anchor static method

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

Anchor icon

Implementation

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