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