arrowDownZA static method

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

ArrowDownZA icon

Implementation

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