squaresSubtract static method

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

SquaresSubtract icon

Implementation

static Component squaresSubtract({IconSize size = IconSize.md}) =>
    lucide.SquaresSubtract(width: size.unit, height: size.unit);