leshak / svelte-icons-pack

MIT License
61 stars 3 forks source link

Feature suggestion: TailwindCSS support #6

Closed zaneshaw closed 1 year ago

zaneshaw commented 1 year ago

Will there ever be support for tailwind palette icon colouring for this package?

zaneshaw commented 1 year ago

You can use tailwind's 'fill' to change the colour of the icons as they are just SVGs.

<div class="fill-red-500">
    <Icon src={ICON} />
</div>