@gitlab/svgs 3.151.0 → 3.153.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 128,
2
+ "illustrationCount": 130,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/add-user-sm.svg",
@@ -57,6 +57,14 @@
57
57
  "name": "illustrations/empty-state/empty-ai-catalog-md.svg",
58
58
  "size": 2824
59
59
  },
60
+ {
61
+ "name": "illustrations/empty-state/empty-artifacts-md.svg",
62
+ "size": 1414
63
+ },
64
+ {
65
+ "name": "illustrations/empty-state/empty-artifacts-sm.svg",
66
+ "size": 1265
67
+ },
60
68
  {
61
69
  "name": "illustrations/empty-state/empty-catalog-md.svg",
62
70
  "size": 1518
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M3.682 1.266a8.002 8.002 0 0110.116 1.221.75.75 0 01-1.087 1.034 6.502 6.502 0 00-8.22-.993 6.5 6.5 0 108.52 9.612 6.492 6.492 0 001.444-3.39H8.75a.75.75 0 010-1.5h6.5A.75.75 0 0116 8 8 8 0 113.682 1.266zm2.603 2.037a5 5 0 015.54 1.476.75.75 0 11-1.148.966 3.5 3.5 0 100 4.509.75.75 0 011.148.966 5 5 0 11-5.54-7.917z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.151.0",
3
+ "version": "3.153.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": {