cornerUpRight static method

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

CornerUpRight icon

Implementation

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