funnelSimple property

AppIconData get funnelSimple

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

Implementation

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