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

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

Zeta Icons #

Zeta Icons are a selection of icons from Zebra Technologies.

These icons are a part of the Zeta Design System, and can be used either on their own or with Zeta Flutter

Usage #

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

Icon(ZetaIcons.alarm)
copied to clipboard

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 Code Preview
Icon(ZetaIcons.alarm_round) alarm_round
Icon(ZetaIcons.alarm_sharp) alarm_sharp

To see all icons, visit Zeta Icons #

2
likes
160
points
269
downloads

Publisher

verified publisherzebra.com

Weekly Downloads

2024.09.21 - 2025.04.05

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

More

Packages that depend on zeta_icons