material-design-icons-pack
A redistribution of SVG assets and some metadata from the
@mdi/svg npm package.
Optimized SVG data
The SVG data is embedded as strings after it is optimized with SVGO. This
package is intended to easily inject SVG data into HTML documents. Thus, we have
stripped any width and height fields from the <svg> element, while
retaining any viewBox field in the <svg> element.
Usage
All icons are instantiated as constants using the Icon data structure.
There is a convenient get_icon() function to fetch an icon using it's slug name.
In Python
=
assert is not None
assert ==
In Rust
use ;
assert_eq!;
Rust Features
This crate has the following features:
deprecated-icons: Include all icons marked as deprecated. Enabled by default.
The python binding does not support conditionally compiling certain icon
families. Note, in the python binding, a deprecation warning is emitted from
get_icon() when fetching a deprecated icon.