arrowUpRight static method

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

ArrowUpRight icon

Implementation

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