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