phosphor-svgs 0.3.0

Autogenerated Phosphor Icons SVGs as `const &str`s
Documentation
  • Coverage
  • 0%
    0 out of 19667 items documented0 out of 1 items with examples
  • Size
  • Source code size: 6.58 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 518.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 39s Average build duration of successful builds.
  • all releases: 1m 39s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • meadowsys/phosphor-svgs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • meadowsys

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