hardDriveDownload static method

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

HardDriveDownload icon

Implementation

static Component hardDriveDownload({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e4e5', size: size);