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