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