arrowUpToLine static method

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

ArrowUpToLine icon

Implementation

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