pieChart property

SvgAsset get pieChart

The assets/icons/pie-chart.svg.

Implementation

SvgAsset get pieChart => const SvgAsset(
      'forui_assets',
      'pie-chart',
      'assets/icons/pie-chart.svg',
    );