Skip to content

autogenerated phosphor icons exported as a bunch of `const &str`s

License

Notifications You must be signed in to change notification settings

meadowsys/phosphor-svgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

autogenerated phosphor icons exported as a bunch of `const &str`s

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages