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