arrowRight property

SvgAsset get arrowRight

The assets/icons/arrow-right.svg.

Implementation

SvgAsset get arrowRight => const SvgAsset(
      'forui_assets',
      'arrow-right',
      'assets/icons/arrow-right.svg',
    );