Module material_icons

Module material_icons 

Source
Expand description

Material Design icon content helpers.

§Usage

Use style modules (e.g., filled) and functions like home_icon() to get an IconContent that can be passed to crate::icon::IconArgs.

Modules§

filled
Material Design filled style icons as content helpers.
outlined
Material Design outlined style icons as content helpers.
round
Material Design round style icons as content helpers.
sharp
Material Design sharp style icons as content helpers.
two_tone
Material Design two-tone style icons as content helpers.

Statics§

ICON_BLOB
Concatenated SVG payloads for all bundled Material icons.

Functions§

content_from_data
Convert loaded vector data into icon content.
load_icon_bytes
Load vector data from the bundled blob with caching.