saveAll property

SvgAsset get saveAll

The assets/icons/save-all.svg.

Implementation

SvgAsset get saveAll => const SvgAsset(
      'forui_assets',
      'save-all',
      'assets/icons/save-all.svg',
    );