bellSimpleSlash property

AppIconData get bellSimpleSlash

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

Implementation

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