volumeOff property

SvgAsset get volumeOff

The assets/icons/volume-off.svg.

Implementation

SvgAsset get volumeOff => const SvgAsset(
      'forui_assets',
      'volume-off',
      'assets/icons/volume-off.svg',
    );