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