@gitlab/svgs 3.35.0 → 3.37.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" stroke="#171321" stroke-linecap="square" stroke-width="2" d="M32.308 104.301l36.59 13.318a8 8 0 0010.254-4.782L84.5 98.144 19.142 84l8.846 16.554a8.001 8.001 0 004.32 3.747z"/><path fill="#fff" fill-rule="evenodd" d="M87 65v27a8 8 0 01-8 8H40.061a8 8 0 01-5.34-2.043l-15.057-13.5c-3.547-3.18-3.547-8.734 0-11.913l15.057-13.5A8 8 0 0140.06 57H79a8 8 0 018 8zM34 82a4 4 0 100-8 4 4 0 000 8z" clip-rule="evenodd"/><circle cx="34" cy="78" r="4" stroke="#171321" stroke-width="2"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M77 57h2a8 8 0 018 8v27a8 8 0 01-8 8H40.061a8 8 0 01-5.34-2.043l-15.057-13.5c-3.547-3.18-3.547-8.734 0-11.913l15.057-13.5A8 8 0 0140.06 57H69"/><path fill="#fff" stroke="#171321" stroke-linecap="square" stroke-width="2" d="M96.5 71c12.426 0 22.5-10.074 22.5-22.5S108.926 26 96.5 26 74 36.074 74 48.5V71h22.5z"/><circle cx="96.5" cy="48.5" r="15" fill="#6FDAC9"/><path fill="#171321" fill-rule="evenodd" d="M97.5 42.5v-1h-2v6h-6v2h6v6h2v-6h6v-2h-6v-5z" clip-rule="evenodd"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M126 48a29.007 29.007 0 00-8.494-20.506A29.005 29.005 0 0097 19"/><circle cx="75" cy="70" r="6" fill="#fff" stroke="#171321" stroke-linecap="square" stroke-width="2"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 269,
2
+ "illustrationCount": 270,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -125,22 +125,14 @@
125
125
  "name": "illustrations/elasticsearch-lg.svg",
126
126
  "size": 4568
127
127
  },
128
- {
129
- "name": "illustrations/empty-activity-md.svg",
130
- "size": 500
131
- },
132
- {
133
- "name": "illustrations/empty-projects-md.svg",
134
- "size": 1216
135
- },
136
- {
137
- "name": "illustrations/empty-snippets-md.svg",
138
- "size": 2962
139
- },
140
128
  {
141
129
  "name": "illustrations/empty-state/empty-access-token.svg",
142
130
  "size": 2757
143
131
  },
132
+ {
133
+ "name": "illustrations/empty-state/empty-activity-md.svg",
134
+ "size": 500
135
+ },
144
136
  {
145
137
  "name": "illustrations/empty-state/empty-admin-apps-md.svg",
146
138
  "size": 1481
@@ -177,6 +169,10 @@
177
169
  "name": "illustrations/empty-state/empty-groups.svg",
178
170
  "size": 9643
179
171
  },
172
+ {
173
+ "name": "illustrations/empty-state/empty-labels-md.svg",
174
+ "size": 1463
175
+ },
180
176
  {
181
177
  "name": "illustrations/empty-state/empty-on-call.svg",
182
178
  "size": 2049
@@ -185,6 +181,10 @@
185
181
  "name": "illustrations/empty-state/empty-projects-deleted-md.svg",
186
182
  "size": 987
187
183
  },
184
+ {
185
+ "name": "illustrations/empty-state/empty-projects-md.svg",
186
+ "size": 1216
187
+ },
188
188
  {
189
189
  "name": "illustrations/empty-state/empty-projects-starred-md.svg",
190
190
  "size": 1076
@@ -201,6 +201,10 @@
201
201
  "name": "illustrations/empty-state/empty-serverless-lg.svg",
202
202
  "size": 4562
203
203
  },
204
+ {
205
+ "name": "illustrations/empty-state/empty-snippets-md.svg",
206
+ "size": 2962
207
+ },
204
208
  {
205
209
  "name": "illustrations/empty-state/empty-state-agents.svg",
206
210
  "size": 9513
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.35.0",
3
+ "version": "3.37.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",