squaresExclude static method

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

SquaresExclude icon

Implementation

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