flower2 static method

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

Flower2 icon

Implementation

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