Skip to main content

Crate fission_icons

Crate fission_icons 

Source
Expand description

Compile-time Material Design icon access for the Fission UI framework.

Icons are organized as material::<category>::<icon_name>::<variant>() and return &'static str containing the 24px SVG markup.

§Usage

use fission_icons::material;
let svg: &str = material::navigation::close::regular();

§Variants

Each icon may have up to five style variants: regular(), outlined(), round(), sharp(), and two_tone().

Modules§

material
Material Design icon set, generated at build time from SVG source files.