funnelSimpleX property

AppIconData get funnelSimpleX

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

Implementation

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