bellSimple property

AppIconData get bellSimple

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

Implementation

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