circleX property

SvgAsset get circleX

The assets/icons/circle-x.svg.

Implementation

SvgAsset get circleX => const SvgAsset(
      'forui_assets',
      'circle-x',
      'assets/icons/circle-x.svg',
    );