cherry static method

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

Cherry icon

Implementation

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