squarePilcrow static method

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

SquarePilcrow icon

Implementation

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