arrowFatLineRight static method
regular:
thin:
light:
bold:
fill:
duotone:
Implementation
static PhosphorIconData arrowFatLineRight(
[PhosphorIconsStyle style = PhosphorIconsStyle.regular]) {
switch (style) {
case PhosphorIconsStyle.regular:
return PhosphorIconsRegular.arrowFatLineRight;
case PhosphorIconsStyle.thin:
return PhosphorIconsThin.arrowFatLineRight;
case PhosphorIconsStyle.light:
return PhosphorIconsLight.arrowFatLineRight;
case PhosphorIconsStyle.bold:
return PhosphorIconsBold.arrowFatLineRight;
case PhosphorIconsStyle.fill:
return PhosphorIconsFill.arrowFatLineRight;
case PhosphorIconsStyle.duotone:
return PhosphorIconsDuotone.arrowFatLineRight;
}
}