volume1 static method

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

Volume1 icon

Implementation

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