squareDot property

SvgAsset get squareDot

The assets/icons/square-dot.svg.

Implementation

SvgAsset get squareDot => const SvgAsset(
      'forui_assets',
      'square-dot',
      'assets/icons/square-dot.svg',
    );