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