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