squareDashed property

SvgAsset get squareDashed

The assets/icons/square-dashed.svg.

Implementation

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