arrowBigLeftDash static method

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

ArrowBigLeftDash icon

Implementation

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