bellSimpleZ property

AppIconData get bellSimpleZ

regular: bell-simple-z thin: bell-simple-z light: bell-simple-z bold: bell-simple-z fill: bell-simple-z duotone: bell-simple-z

Implementation

static AppIconData get bellSimpleZ {
  switch (AppIcons.defaultStyle) {
    case AppIconsStyle.regular:
      return AppIconsRegular.bellSimpleZ;
    case AppIconsStyle.thin:
      return AppIconsThin.bellSimpleZ;
    case AppIconsStyle.light:
      return AppIconsLight.bellSimpleZ;
    case AppIconsStyle.bold:
      return AppIconsBold.bellSimpleZ;
    case AppIconsStyle.fill:
      return AppIconsFill.bellSimpleZ;
    case AppIconsStyle.duotone:
      return AppIconsDuotone.bellSimpleZ;
  }
}