hardDrive static method

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

HardDrive icon

Implementation

static Widget hardDrive({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e0ed', size: size);