@gitlab/svgs 2.17.0 → 2.18.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": 372,
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
@@ -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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "2.17.0",
3
+ "version": "2.18.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",