arrowUpZA static method

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

ArrowUpZA icon

Implementation

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