@gitlab/svgs 2.18.0 → 2.21.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": 372,
2
+ "illustrationCount": 375,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -473,6 +473,14 @@
473
473
  "name": "sprite_icons/eye.svg",
474
474
  "size": 521
475
475
  },
476
+ {
477
+ "name": "sprite_icons/face-neutral.svg",
478
+ "size": 349
479
+ },
480
+ {
481
+ "name": "sprite_icons/face-unhappy.svg",
482
+ "size": 450
483
+ },
476
484
  {
477
485
  "name": "sprite_icons/false-positive.svg",
478
486
  "size": 547
@@ -1457,6 +1465,10 @@
1457
1465
  "name": "sprite_icons/unstage-all.svg",
1458
1466
  "size": 451
1459
1467
  },
1468
+ {
1469
+ "name": "sprite_icons/upgrade.svg",
1470
+ "size": 302
1471
+ },
1460
1472
  {
1461
1473
  "name": "sprite_icons/upload.svg",
1462
1474
  "size": 419
@@ -0,0 +1 @@
1
+ <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="18" cy="18" r="18" fill="#6FDAC9"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.707 19.293L25 18.586 23.586 20l.707.707L25.586 22H7v2h18.586l-1.293 1.293-.707.707L25 27.414l.707-.707 3-3 .707-.707-.707-.707-3-3zM11.707 16.293l.707.707L11 18.414l-.707-.707-3-3L6.586 14l.707-.707 3-3L11 9.586 12.414 11l-.707.707L10.414 13H29v2H10.414l1.293 1.293z" fill="#000"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 252,
2
+ "illustrationCount": 253,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -25,6 +25,10 @@
25
25
  "name": "illustrations/autodevops.svg",
26
26
  "size": 11727
27
27
  },
28
+ {
29
+ "name": "illustrations/bidirectional-xs.svg",
30
+ "size": 482
31
+ },
28
32
  {
29
33
  "name": "illustrations/canceled-job_empty.svg",
30
34
  "size": 5581
@@ -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="M8 14.5a6.5 6.5 0 100-13 6.5 6.5 0 000 13zM8 16A8 8 0 108 0a8 8 0 000 16zm-2.5-5.25a.75.75 0 01.75-.75h3.5a.75.75 0 010 1.5h-3.5a.75.75 0 01-.75-.75zM7 7a1 1 0 11-2 0 1 1 0 012 0zm3 1a1 1 0 100-2 1 1 0 000 2z"/></svg>
@@ -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="M8 14.5a6.5 6.5 0 100-13 6.5 6.5 0 000 13zM8 16A8 8 0 108 0a8 8 0 000 16zm0-7a3 3 0 00-3 3h6a3 3 0 00-3-3zM6.002 5a1.5 1.5 0 00-1.3.747.5.5 0 10.866.502.5.5 0 01.865 0 .5.5 0 00.866-.5A1.5 1.5 0 006.002 5zm3.25.2a1.5 1.5 0 012.047.55.5.5 0 11-.866.5.5.5 0 00-.865-.001.5.5 0 11-.865-.502 1.5 1.5 0 01.55-.547z"/></svg>
@@ -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="M14 6l-1.5-1.5-3.44-3.44L8 0 6.94 1.06 3.5 4.5 2 6h3v7h6V6h3zM8 2.121L10.379 4.5H9.5v7h-3v-7h-.879L8 2.121zM5.75 14.5a.75.75 0 000 1.5h4.5a.75.75 0 000-1.5h-4.5z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "2.18.0",
3
+ "version": "2.21.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",