#icons #svg-icons #phosphor #const #autogenerated #str #style

phosphor-svgs

Autogenerated Phosphor Icons SVGs as const &strs

3 releases (breaking)

0.3.0 Jul 22, 2024
0.2.0 Feb 15, 2024
0.1.0 Feb 7, 2024

#301 in Images

MIT license

2MB
21K SLoC

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

No runtime deps