icons 0.4.1

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, a_arrow_down_animate);
create_leptos_icons_animated!(HeartAnimate, heart, heart_animate);
create_leptos_icons_animated!(PlusAnimate, plus, plus_animate);