@gitlab/svgs 3.32.0 → 3.33.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="144" height="144" fill="none" viewBox="0 0 144 144"><rect width="144" height="144" fill="#E7E4F2" rx="72" transform="matrix(-1 0 0 1 144 0)"/><path fill="#fff" d="M89 31.65L55 48v36l34 16.35v-68.7z"/><path fill="#AEA5D6" d="M89 39h14v46a8 8 0 01-8 8h-6V39z"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M89 93h6a8 8 0 008-8V39H89M55 53v-5l34-16.35v68.7L55 84V61"/><circle cx="47" cy="89" r="23" fill="#fff"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M67.717 98.99a23 23 0 10-4.1 5.913"/><circle cx="47" cy="89" r="15" fill="#FF9D73"/><path fill="#171321" fill-rule="evenodd" d="M44 81h-1v3h-4v2h2.184l.82 10.081.074.919h9.844l.075-.919L52.816 86H55v-2h-4v-3h-7zm6.809 5H48v9h2.078l.731-9zM46 95v-9h-2.81l.732 9H46zm3-11h-4v-1h4v1z" clip-rule="evenodd"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M93 108a21.992 21.992 0 0015.556-6.444A21.992 21.992 0 00115 86"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 266,
2
+ "illustrationCount": 267,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -177,6 +177,10 @@
177
177
  "name": "illustrations/empty-state/empty-on-call.svg",
178
178
  "size": 2049
179
179
  },
180
+ {
181
+ "name": "illustrations/empty-state/empty-projects-deleted-md.svg",
182
+ "size": 987
183
+ },
180
184
  {
181
185
  "name": "illustrations/empty-state/empty-removed-projects-lg.svg",
182
186
  "size": 3173
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.32.0",
3
+ "version": "3.33.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
@@ -20,7 +20,7 @@
20
20
  "@arkweid/lefthook": "^0.7.7",
21
21
  "@gitlab/eslint-plugin": "18.2.0",
22
22
  "bootstrap": "^4.3.1",
23
- "eslint": "8.36.0",
23
+ "eslint": "8.37.0",
24
24
  "glob": "^7.1.3",
25
25
  "mkdirp": "^0.5.1",
26
26
  "nuxt": "^2.2.0",