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