43 releases

new 0.3.24 Nov 17, 2024
0.3.20 Oct 26, 2024
0.3.6 Jul 26, 2024

#6 in #material-icons

Download history 341/week @ 2024-07-28 231/week @ 2024-08-11 214/week @ 2024-08-18 16/week @ 2024-08-25 162/week @ 2024-09-01 348/week @ 2024-09-08 558/week @ 2024-09-15 372/week @ 2024-09-22 416/week @ 2024-09-29 158/week @ 2024-10-06 230/week @ 2024-10-13 123/week @ 2024-10-20 97/week @ 2024-10-27 266/week @ 2024-11-03 138/week @ 2024-11-10

748 downloads per month
Used in zng

Apache-2.0 OR MIT

3.5MB
58K SLoC

This crate is part of the zng project.

Cargo Features

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

"embedded"

Embedded font files.

Enabled by default.

"outlined"

Outlined icon set.

Enabled by default.

"filled"

Filled icon set.

Enabled by default.

"rounded"

Rounded icon set.

Enabled by default.

"sharp"

Sharp icon set.

Enabled by default.


lib.rs:

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

Dependencies

~25–40MB
~577K SLoC