zeta_icons 1.1.7
SDKflutter
Platformandroidioswindowslinuxmacosweb
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)
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) | |
Icon(ZetaIcons.alarm_sharp) |