dioxus-community / dioxus-free-icons

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

Add default implementation for icon shapes #58

Open Aandreba opened 1 week ago

Aandreba commented 1 week ago

Since all IconShapes are ZSTs, we can easily derive their Default implementations.

Aandreba commented 1 week ago

I'm having some problems fetching the material icons submodule, so that's why not all of the icons are generated

marc2332 commented 1 week ago

I'm having some problems fetching the material icons submodule, so that's why not all of the icons are generated

can't you do something like git submodule update ?

marc2332 commented 1 week ago

Why exactly do you need to add Derive to the icons? They don't hold any value

Aandreba commented 1 week ago

I'm having some problems fetching the material icons submodule, so that's why not all of the icons are generated

can't you do something like git submodule update ?

I do, but it fails when fetching material icons

Aandreba commented 1 week ago

Why exactly do you need to add Derive to the icons? They don't hold any value

I'm trying to do some stuff with generics and I need the types to implemnent Default