pyramid static method

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

Pyramid icon

Implementation

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