cornerLeftDown static method

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

CornerLeftDown icon

Implementation

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