Expand description
Icon assets for Freya UI.
Currently the lucide feature enables the Lucide icons.
§Example
The example below shows using an icon with the svg element.
See examples/feature_icons.rs for a live example.
fn app() -> impl IntoElement {
svg(freya_icons::lucide::antenna())
.color((120, 50, 255))
.width(Size::px(48.))
.height(Size::px(48.))
}