Crate zng_wgt_material_icons

Crate zng_wgt_material_icons 

Source
Expand description

Material icons for the Icon! widget.

A map from name to icon codepoint is defined in a module for each font. The font files are embedded by default and can are registered using the MaterialIconsManager app extension. The extension also registers ICONS handlers that provide the icons.

The icons are from the Material Design Icons project.

§Crate

This crate is part of the zng project.

§Cargo Features

This crate provides 5 feature flags, 0 enabled by default.

§"embedded"

Embedded font files.

§"outlined"

Outlined icon set.

§"filled"

Filled icon set.

§"rounded"

Rounded icon set.

§"sharp"

Sharp icon set.

Modules§

filled
Filled icons.
outlined
Outline icons.
rounded
Rounded icons.
sharp
Sharp icons.

Structs§

MaterialIconsManager
Material icon fonts manager.