@gitlab/svgs 3.57.0 → 3.58.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"/><circle cx="61" cy="81" r="35" fill="#fff"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M95.942 78.99a35 35 0 11-10.068-22.612"/><circle cx="53" cy="94" r="10" fill="#D0C5E2" stroke="#171321" stroke-linecap="square" stroke-width="2"/><circle cx="75" cy="81" r="10" fill="#D0C5E2" stroke="#171321" stroke-linecap="square" stroke-width="2"/><circle cx="53" cy="68" r="10" fill="#D0C5E2" stroke="#171321" stroke-linecap="square" stroke-width="2"/><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": 217,
2
+ "illustrationCount": 218,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -117,6 +117,10 @@
117
117
  "name": "illustrations/empty-state/empty-on-call.svg",
118
118
  "size": 2049
119
119
  },
120
+ {
121
+ "name": "illustrations/empty-state/empty-organizations-md.svg",
122
+ "size": 1190
123
+ },
120
124
  {
121
125
  "name": "illustrations/empty-state/empty-package-md.svg",
122
126
  "size": 838
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.57.0",
3
+ "version": "3.58.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",