phosphor-svgs

Crates.iophosphor-svgs
lib.rsphosphor-svgs
version0.2.0
sourcesrc
created_at2024-02-07 02:22:45.671454
updated_at2024-02-15 02:02:27.65246
descriptionAutogenerated Phosphor Icons SVGs as `const &str`s
homepage
repositoryhttps://github.com/Meadowsys/phosphor-svgs.git
max_upload_size
id1129971
size5,342,729
Meadowsys (meadowsys)

documentation

README

phosphor-svgs

All the SVGs from Phosphor Icons, autogenerated, and exported as const &strs.

Usage

All icons are available, sorted by either style or icon:

// by style
use phosphor_svgs::style::regular::CHECK_CIRCLE;
use phosphor_svgs::style::bold::ALARM;

// by icon
use phosphor_svgs::icon::check_circle::REGULAR;
use phosphor_svgs::icon::alarm::BOLD;

License

Phosphor Icons © 2023 Phosphor Icons, used under MIT license
phosphor-svgs © 2024 Meadowsys, licensed under MIT license

Commit count: 0

cargo fmt