| Crates.io | phosphor-svgs |
| lib.rs | phosphor-svgs |
| version | 0.3.0 |
| created_at | 2024-02-07 02:22:45.671454+00 |
| updated_at | 2024-07-22 23:24:49.477797+00 |
| description | Autogenerated Phosphor Icons SVGs as `const &str`s |
| homepage | |
| repository | https://github.com/Meadowsys/phosphor-svgs.git |
| max_upload_size | |
| id | 1129971 |
| size | 6,580,857 |
All the SVGs from Phosphor Icons, autogenerated, and exported as const &strs.
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;
Phosphor Icons © 2023 Phosphor Icons, used under MIT license
phosphor-svgs © 2024 Meadowsys, licensed under MIT license