fileSearch property

SvgAsset get fileSearch

The assets/icons/file-search.svg.

Implementation

SvgAsset get fileSearch => const SvgAsset(
      'forui_assets',
      'file-search',
      'assets/icons/file-search.svg',
    );