material-symbols
material-symbols copied to clipboard
SVG path string exports
A feature of Font Awesome that I appreciate is the exporting of their SVGs' path
attributes as JavaScript string constants. This makes working with their icons much nicer because intellisense can pick up all available icons.
For example:
This PR brings this functionality to Material Symbols:
When an icon is selected:
I know this PR contains a lot of bloat, so refer to the new README and most relevant new files to get an idea of what functionality has changed.