icons 0.4.0

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

use crate::create_leptos_icons_animated;

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

create_leptos_icons_animated!(PlusAnimate, plus, plus__animate);