funnelSimple property
AppIconData
get
funnelSimple
regular:
thin:
light:
bold:
fill:
duotone:
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;
}
}