imagePlay property

SvgAsset get imagePlay

The assets/icons/image-play.svg.

Implementation

SvgAsset get imagePlay => const SvgAsset(
      'forui_assets',
      'image-play',
      'assets/icons/image-play.svg',
    );