stone static method

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

Stone icon

Implementation

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