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