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