userMinus property

SvgAsset get userMinus

The assets/icons/user-minus.svg.

Implementation

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