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