fileCode property

SvgAsset get fileCode

The assets/icons/file-code.svg.

Implementation

SvgAsset get fileCode => const SvgAsset(
      'forui_assets',
      'file-code',
      'assets/icons/file-code.svg',
    );