fileSliders static method

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

FileSliders icon

Implementation

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