You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
539B

  1. class AppIcons {
  2. static const baseAssets = 'assets/svg/';
  3. static const appLogo = baseAssets + 'logo.svg';
  4. static const appLogoWithSlogan = baseAssets + 'logoWithSlogan.svg';
  5. static const icPlot = baseAssets + 'ic_plot.svg';
  6. static const icDevice = baseAssets + 'ic_device.svg';
  7. static const icNotification = baseAssets + 'ic_notification.svg';
  8. static const icQr = baseAssets + 'ic_qr.svg';
  9. static const icPerson = baseAssets + 'ic_person.svg';
  10. static const icNotificationItem = baseAssets + 'ic_notification_item.svg';
  11. }