amphora static method

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

Amphora icon

Implementation

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