arrowLeftToLine static method

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

ArrowLeftToLine icon

Implementation

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