@gitlab/svgs 3.110.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 412,
2
+ "illustrationCount": 413,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -445,6 +445,10 @@
445
445
  "name": "sprite_icons/entity-blocked.svg",
446
446
  "size": 426
447
447
  },
448
+ {
449
+ "name": "sprite_icons/entity-blocking.svg",
450
+ "size": 416
451
+ },
448
452
  {
449
453
  "name": "sprite_icons/environment.svg",
450
454
  "size": 418
@@ -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
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 9.5c.695 0 1.343-.203 1.887-.552L3.052 4.113A3.5 3.5 0 006 9.5zM4.113 3.052l4.835 4.835a3.5 3.5 0 00-4.835-4.835zM6 11A5 5 0 106 1a5 5 0 000 10zm10 1l-.53-.53-2.25-2.25a.75.75 0 00-1.061 1.06l.97.97h-3.38a.75.75 0 000 1.5h3.38l-.97.97a.75.75 0 101.06 1.06l2.25-2.25L16 12z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.110.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",