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