@gitlab/svgs 2.19.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": 372,
2
+ "illustrationCount": 373,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -1457,6 +1457,10 @@
1457
1457
  "name": "sprite_icons/unstage-all.svg",
1458
1458
  "size": 451
1459
1459
  },
1460
+ {
1461
+ "name": "sprite_icons/upgrade.svg",
1462
+ "size": 302
1463
+ },
1460
1464
  {
1461
1465
  "name": "sprite_icons/upload.svg",
1462
1466
  "size": 419
@@ -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.19.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",