dioxus-community / dioxus-free-icons

Use free svg icons in your Dioxus projects easily with dioxus-free-icons.
Other
73 stars 18 forks source link

fix: Properly support fill and stroke colors #41

Closed marc2332 closed 5 months ago

marc2332 commented 5 months ago

Closes https://github.com/dioxus-community/dioxus-free-icons/issues/40

rathod-sahaab commented 5 months ago

Works great thanks!!

image

dioxus-free-icons = { git = "https://github.com/dioxus-community/dioxus-free-icons", branch = "fix/properly-support-fill-and-stroke-colors", features = [
  "ionicons",
  "feather",
] }
rathod-sahaab commented 5 months ago

Wait something else broke 😅

rathod-sahaab commented 5 months ago

image

Seem like IoFolder and IoClose aren't visible IoAdd is

rathod-sahaab commented 5 months ago

Older image

marc2332 commented 5 months ago

Ooops, sorry @rathod-sahaab , try now 😄

rathod-sahaab commented 5 months ago

Shoot, now IoAdd is breaking :laughing:

image

I will just change everything to FiIcons for you can take you time fixing this no worries 💯

marc2332 commented 5 months ago

Try now @rathod-sahaab 🤣 I hope I didn't break anything else now!

rathod-sahaab commented 5 months ago

image Everything works now!! 🥳 Thanks!! You are awesome 🥇

marc2332 commented 5 months ago

image Everything works now!! 🥳 Thanks!! You are awesome 🥇

Nice! I will make sure everything is fine one last time, merge and then release a new version ,asap :smile:. Thanks for the report!