material-symbols icon indicating copy to clipboard operation
material-symbols copied to clipboard

SVG path string exports

Open jackson-bean opened this issue 1 year ago • 0 comments

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: image

This PR brings this functionality to Material Symbols: image

When an icon is selected: image

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.

jackson-bean avatar Aug 23 '23 21:08 jackson-bean