@gitlab/svgs 3.111.0 → 3.112.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 width="144" height="144" viewBox="0 0 144 144" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="144" height="144" rx="72" fill="#E7E4F2"/><path d="M46 77.5h-9V115h42l9-9H46V77.5z" fill="#D0C5E2"/><path d="M46 77.5h-9V115h39.486a6 6 0 004.277-1.793L82 111.95" stroke="#171321" stroke-width="2" stroke-linecap="square"/><path d="M44 67h56v32a8 8 0 01-8 8H44V67z" fill="#fff" stroke="#171321" stroke-width="2" stroke-linecap="square"/><path d="M53 67V56c0-10.493 8.507-19 19-19v0c10.493 0 19 8.507 19 19v11" stroke="#171321" stroke-width="2" stroke-linecap="square"/><path fill-rule="evenodd" clip-rule="evenodd" d="M73.48 81v4.018l2.613-1.509.866-.5 1 1.732-.866.5-2.613 1.509 2.613 1.509.866.5-1 1.732-.866-.5-2.613-1.509V92.5h-2v-4.018l-2.614 1.509-.866.5-1-1.732.866-.5 2.614-1.509-2.614-1.509-.866-.5 1-1.732.866.5 2.614 1.509V81h2zm-14 0v4.018l2.613-1.509.866-.5 1 1.732-.866.5-2.613 1.509 2.613 1.509.866.5-1 1.732-.866-.5-2.613-1.509V92.5h-2v-4.018l-2.614 1.509-.866.5-1-1.732.866-.5 2.614-1.509-2.614-1.509-.866-.5 1-1.732.866.5 2.614 1.509V81h2zm28 0v4.018l2.613-1.509.866-.5 1 1.732-.866.5-2.613 1.509 2.613 1.509.866.5-1 1.732-.866-.5-2.613-1.509V92.5h-2v-4.018l-2.614 1.509-.866.5-1-1.732.866-.5 2.614-1.509-2.614-1.509-.866-.5 1-1.732.866.5 2.614 1.509V81h2z" fill="#171321"/><circle cx="94" cy="45" r="14" fill="#6FDAC9" stroke="#171321" stroke-width="2" stroke-linecap="square"/><path fill-rule="evenodd" clip-rule="evenodd" d="M93 51v1h2v-6h6v-2h-6v-6h-2v6h-6v2h6v5z" fill="#171321"/><path d="M116 45a21.992 21.992 0 00-6.444-15.556A22.005 22.005 0 0094 23" stroke="#171321" stroke-width="2" stroke-linecap="square"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 239,
2
+ "illustrationCount": 240,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -221,6 +221,10 @@
221
221
  "name": "illustrations/empty-state/empty-search-md.svg",
222
222
  "size": 678
223
223
  },
224
+ {
225
+ "name": "illustrations/empty-state/empty-secrets-md.svg",
226
+ "size": 1653
227
+ },
224
228
  {
225
229
  "name": "illustrations/empty-state/empty-secure-md.svg",
226
230
  "size": 1073
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.111.0",
3
+ "version": "3.112.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",