fileBox static method

ArcaneGlyph fileBox({
  1. IconSize size = IconSize.md,
})

FileBox icon

Implementation

static ArcaneGlyph fileBox({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e310', size: size);