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