arrowDownZA static method

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

ArrowDownZA icon

Implementation

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