squareBottomDashedScissors static method

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

SquareBottomDashedScissors icon

Implementation

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