hardDrive static method

Component hardDrive({
  1. IconSize size = IconSize.md,
})

HardDrive icon

Implementation

static Component hardDrive({IconSize size = IconSize.md}) =>
    lucide.HardDrive(width: size.unit, height: size.unit);