fastForward property

SvgAsset get fastForward

The assets/icons/fast-forward.svg.

Implementation

SvgAsset get fastForward => const SvgAsset(
      'forui_assets',
      'fast-forward',
      'assets/icons/fast-forward.svg',
    );