triangleRight property

SvgAsset get triangleRight

The assets/icons/triangle-right.svg.

Implementation

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