ramiroaisen / svelte-material-icons

Material Icons for Svelte
66 stars 15 forks source link

Add class property #7

Closed luluvia closed 1 year ago

luluvia commented 2 years ago

Resolves #6 by adding a class prop to the icons that allows styling, such as with TailwindCSS. For the actual changes, please consult the build.js and icon.d.ts files. The actual changes consist of adding the class prop to the SVG attributes, allowing the fill color to be overwritten by the class style, and adding the class as a valid prop in the TS definition.

dsm-72 commented 1 year ago

Can we get a bump on this?

dsm-72 commented 1 year ago

@ramiroaisen