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