arrowDownAZ static method

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

ArrowDownAZ icon

Implementation

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