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