squaresSubtract static method

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

SquaresSubtract icon

Implementation

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