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