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