squarePen static method

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

SquarePen icon

Implementation

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