fileHeart property

SvgAsset get fileHeart

The assets/icons/file-heart.svg.

Implementation

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