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