circle property

SvgAsset get circle

The assets/icons/circle.svg.

Implementation

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