calendarDays property

SvgAsset get calendarDays

The assets/icons/calendar-days.svg.

Implementation

SvgAsset get calendarDays => const SvgAsset(
      'forui_assets',
      'calendar-days',
      'assets/icons/calendar-days.svg',
    );