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