feather static method

ArcaneGlyph feather({
  1. IconSize size = IconSize.md,
})

Feather icon

Implementation

static ArcaneGlyph feather({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e0be', size: size);