zeta_icons 1.1.3 copy "zeta_icons: ^1.1.3" to clipboard
zeta_icons: ^1.1.3 copied to clipboard

An icon library for the Zeta Design System by Zebra Technologies.

example/example.md

Zeta Icons #

Zeta icons can be used in the same way as any other icon in Flutter:

Icon(ZetaIcons.alarm)

Each icon has a sharp and round variant; by default, round icons are used. To specify which icon to use, append _round or _sharp to your icon name:

Icon(ZetaIcons.alarm_round)
Icon(ZetaIcons.alarm_sharp)

To see all icons, visit Zeta Icons #

2
likes
160
points
582
downloads

Publisher

verified publisherzebra.com

Weekly Downloads

An icon library for the Zeta Design System by Zebra Technologies.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on zeta_icons