@gitlab/svgs 3.99.0 → 3.100.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.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" fill="none" viewBox="0 0 72 72"><rect width="72" height="72" rx="36" fill="#E7E4F2"/><path d="M11 36h50" stroke="#171321" stroke-width="2" stroke-linecap="square"/><circle cx="36" cy="36" r="12" fill="#fff"/><path d="M46.876 41.071a12 12 0 10-2.63 3.648" stroke="#171321" stroke-width="2" stroke-linecap="square"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" fill="none" viewBox="0 0 72 72"><rect width="72" height="72" rx="36" fill="#E7E4F2"/><path d="M20 19.6a3.6 3.6 0 013.6-3.6H52v32H22.8L20 50V19.6z" fill="#AEA5D6"/><path d="M52 48H20v1a6 6 0 006 6h26v-7z" fill="#fff"/><path d="M20 48h32v7H26a6 6 0 01-6-6V22a6 6 0 016-6h26v26" stroke="#171321" stroke-width="2" stroke-linecap="square"/><path d="M40 52v6.5l3.5-1.5 3.5 1.5V52h-7z" fill="#FF9D73" stroke="#171321" stroke-width="2" stroke-linecap="square"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 222,
2
+ "illustrationCount": 224,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -37,6 +37,10 @@
37
37
  "name": "illustrations/cloud-user-sm.svg",
38
38
  "size": 1322
39
39
  },
40
+ {
41
+ "name": "illustrations/commit-sm.svg",
42
+ "size": 383
43
+ },
40
44
  {
41
45
  "name": "illustrations/deploy-boards.svg",
42
46
  "size": 1967
@@ -888,6 +892,10 @@
888
892
  {
889
893
  "name": "illustrations/welcome/ee_trial.svg",
890
894
  "size": 3961
895
+ },
896
+ {
897
+ "name": "illustrations/wiki-sm.svg",
898
+ "size": 522
891
899
  }
892
900
  ]
893
901
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.99.0",
3
+ "version": "3.100.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",