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