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