dioxus-community / dioxus-free-icons

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

bug: Feather Icons weird rendering on dioxus 0.5 #40

Closed rathod-sahaab closed 2 months ago

rathod-sahaab commented 2 months ago

Thanks for the awesome library!! I am facing this issue with icons

Screenshot from 2024-04-17 04-23-47

Original icons image image

dioxus-free-icons = { version = "0.8.3", features = ["ionicons", "feather"] } and the code

button {
   Icon { icon: FiFolderPlus }
   "Create folder"
 }
button {
   Icon { icon: FiDelete }
  "Remove Project"
}

What am I missing?

marc2332 commented 2 months ago

I think I broke it because of the inner fill color, will fix it and release a new version asap!

marc2332 commented 2 months ago

Hey @rathod-sahaab I just opened https://github.com/dioxus-community/dioxus-free-icons/pull/41, it seems to be working, can you give it a try ? 😄