componentIcon static method

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

Component icon

Implementation

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