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