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