@gitlab/svgs 3.38.0 → 3.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/.tool-versions +1 -1
  2. package/dist/icons-stacked.svg +1 -1
  3. package/dist/icons.json +1 -1
  4. package/dist/icons.svg +1 -1
  5. package/dist/icons_individual.json +1 -1
  6. package/dist/illustrations.json +1 -225
  7. package/dist/sprite_icons/code.svg +1 -1
  8. package/package.json +3 -3
  9. package/dist/illustrations/analytics/cycle-analytics-empty.svg +0 -1
  10. package/dist/illustrations/bidirectional-xs.svg +0 -1
  11. package/dist/illustrations/clusters_empty.svg +0 -1
  12. package/dist/illustrations/convdev/convdev_no_data.svg +0 -1
  13. package/dist/illustrations/convdev/convdev_overview.svg +0 -1
  14. package/dist/illustrations/convdev/i2p_step_1.svg +0 -1
  15. package/dist/illustrations/convdev/i2p_step_10.svg +0 -1
  16. package/dist/illustrations/convdev/i2p_step_2.svg +0 -1
  17. package/dist/illustrations/convdev/i2p_step_3.svg +0 -1
  18. package/dist/illustrations/convdev/i2p_step_4.svg +0 -1
  19. package/dist/illustrations/convdev/i2p_step_5.svg +0 -1
  20. package/dist/illustrations/convdev/i2p_step_6.svg +0 -1
  21. package/dist/illustrations/convdev/i2p_step_7.svg +0 -1
  22. package/dist/illustrations/convdev/i2p_step_8.svg +0 -1
  23. package/dist/illustrations/convdev/i2p_step_9.svg +0 -1
  24. package/dist/illustrations/credit-card-sm.svg +0 -1
  25. package/dist/illustrations/elasticsearch-lg.svg +0 -1
  26. package/dist/illustrations/empty-state/empty-access-token.svg +0 -1
  27. package/dist/illustrations/empty-state/empty-commits-lg.svg +0 -1
  28. package/dist/illustrations/empty-state/empty-embed-panel-md.svg +0 -1
  29. package/dist/illustrations/empty-state/empty-gitlab-pages.svg +0 -1
  30. package/dist/illustrations/empty-state/empty-groups.svg +0 -1
  31. package/dist/illustrations/empty-state/empty-removed-projects-lg.svg +0 -1
  32. package/dist/illustrations/empty-state/empty-tags-lg.svg +0 -1
  33. package/dist/illustrations/empty-state/security-dashboard-config-permission.svg +0 -1
  34. package/dist/illustrations/feature_moved.svg +0 -1
  35. package/dist/illustrations/finished-job_empty.svg +0 -1
  36. package/dist/illustrations/firewall-not-detected-sm.svg +0 -1
  37. package/dist/illustrations/gift-sm.svg +0 -1
  38. package/dist/illustrations/illustrations_running-job_no-log.svg +0 -1
  39. package/dist/illustrations/kubernetes-installation.svg +0 -1
  40. package/dist/illustrations/labels.svg +0 -1
  41. package/dist/illustrations/milestone_removing-page.svg +0 -1
  42. package/dist/illustrations/mobile-sm.svg +0 -1
  43. package/dist/illustrations/multi-editor_no_staged_files_empty.svg +0 -1
  44. package/dist/illustrations/network-policies-not-detected-sm.svg +0 -1
  45. package/dist/illustrations/operations_log_pods_empty.svg +0 -1
  46. package/dist/illustrations/profile-page/contributed-projects.svg +0 -1
  47. package/dist/illustrations/profile-page/snippets.svg +0 -1
  48. package/dist/illustrations/scan-alert-sm.svg +0 -1
  49. package/dist/illustrations/search-sm.svg +0 -1
  50. package/dist/illustrations/secure-sm.svg +0 -1
  51. package/dist/illustrations/self-managed.svg +0 -1
  52. package/dist/illustrations/service-desk-setup.svg +0 -1
  53. package/dist/illustrations/service_desk_empty.svg +0 -1
  54. package/dist/illustrations/subscription-cancelled.svg +0 -1
  55. package/dist/illustrations/subscription-downgraded.svg +0 -1
  56. package/dist/illustrations/subscription-success.svg +0 -1
  57. package/dist/illustrations/subscription-warning.svg +0 -1
  58. package/dist/illustrations/users-alert-md.svg +0 -1
  59. package/dist/illustrations/welcome/add_new_group.svg +0 -1
  60. package/dist/illustrations/welcome/add_new_project.svg +0 -1
  61. package/dist/illustrations/welcome/add_new_user.svg +0 -1
  62. package/dist/illustrations/welcome/configure_server.svg +0 -1
  63. package/dist/illustrations/welcome/globe.svg +0 -1
  64. package/dist/illustrations/welcome/lightbulb.svg +0 -1
package/.tool-versions CHANGED
@@ -1,2 +1,2 @@
1
- nodejs 18.15.0
1
+ nodejs 18.16.0
2
2
  yarn 1.22.19