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