square static method

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

Square icon

Implementation

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