userCheck property

SvgAsset get userCheck

The assets/icons/user-check.svg.

Implementation

SvgAsset get userCheck => const SvgAsset(
      'forui_assets',
      'user-check',
      'assets/icons/user-check.svg',
    );