Rob Meyer @robmeyer.net · Feb 3

Neato! @zachleat.com curious why each symbol has its own svg parent rather than putting all the symbols together under one <svg> to save a few characters. It seems to render fine this way.

1 likes 1 replies

?

Replies

Zach Leatherman · Feb 3

fair question! This is the markup returned from the `icon` method when using symbol: true in the Font Awesome JS API github.com/11ty/elevent... see docs.fontawesome.com/apis/javascr... in the docs. It could be improved a tiny bit more!