arrowDownAZ static method

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

ArrowDownAZ icon

Implementation

static Component arrowDownAZ({IconSize size = IconSize.md}) =>
    lucide.ArrowDownAZ(width: size.unit, height: size.unit);