cone static method

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

Cone icon

Implementation

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