chevronLeft property

SvgAsset get chevronLeft

The assets/icons/chevron-left.svg.

Implementation

SvgAsset get chevronLeft => const SvgAsset(
      'forui_assets',
      'chevron-left',
      'assets/icons/chevron-left.svg',
    );