fileScan static method

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

FileScan icon

Implementation

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