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