folderOutput static method

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

FolderOutput icon

Implementation

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