hardDriveDownload static method

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

HardDriveDownload icon

Implementation

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