carrot static method

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

Carrot icon

Implementation

static Component carrot({IconSize size = IconSize.md}) =>
    lucide.Carrot(width: size.unit, height: size.unit);