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