ship property

SvgAsset get ship

The assets/icons/ship.svg.

Implementation

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