shinokada / svelte-ionicons

Ionicons for Svelte

Home Page:https://svelte-ionicons.codewithshin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT]: Icon Color

Angel-Ponce opened this issue · comments

Description

Is there any way to build something like:

<SomeIcon size="30" class="text-red-200" />

To render SomeIcon on red color?

Additional Information

No response

Hi,
The first version was able to add color, then I realized that icons were not meant with colors. They looked terrible!
So change them without color.
Please find other icons from https://svelte-svg-icons.vercel.app/

I just added colors.

I just added colors.

Thank you so much!