arrowUpZA static method

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

ArrowUpZA icon

Implementation

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