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