icons 0.4.2

Icons for Rust fullstack applications — Leptos and Dioxus.
Documentation
1
2
3
4
5
6
7
8
9
use leptos::prelude::*;

use crate::create_leptos_icons_animated;

// * This file is auto-generated. Please DO NOT EDIT MANUALLY.

create_leptos_icons_animated!(AArrowDownAnimate, a_arrow_down);
create_leptos_icons_animated!(HeartAnimate, heart);
create_leptos_icons_animated!(PlusAnimate, plus);