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