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