@gitlab/svgs 2.17.0 → 2.20.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": 371,
2
+ "illustrationCount": 373,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -1089,6 +1089,10 @@
1089
1089
  "name": "sprite_icons/shield.svg",
1090
1090
  "size": 357
1091
1091
  },
1092
+ {
1093
+ "name": "sprite_icons/sidebar.svg",
1094
+ "size": 401
1095
+ },
1092
1096
  {
1093
1097
  "name": "sprite_icons/skype.svg",
1094
1098
  "size": 739
@@ -1453,6 +1457,10 @@
1453
1457
  "name": "sprite_icons/unstage-all.svg",
1454
1458
  "size": 451
1455
1459
  },
1460
+ {
1461
+ "name": "sprite_icons/upgrade.svg",
1462
+ "size": 302
1463
+ },
1456
1464
  {
1457
1465
  "name": "sprite_icons/upload.svg",
1458
1466
  "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="M13 2.5H8v11h5a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5zm-10 0h3.5v11H3a.5.5 0 01-.5-.5V3a.5.5 0 01.5-.5zM3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3zm1.5 11.5a1 1 0 100-2 1 1 0 000 2zm1-4.5a1 1 0 11-2 0 1 1 0 012 0zm-1-2.5a1 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="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.17.0",
3
+ "version": "2.20.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",