filePlus static method

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

FilePlus icon

Implementation

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