dice6 static method

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

Dice6 icon

Implementation

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