@gitlab/svgs 3.8.0 → 3.9.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": 380,
2
+ "illustrationCount": 382,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -677,10 +677,18 @@
677
677
  "name": "sprite_icons/issue-type-issue.svg",
678
678
  "size": 317
679
679
  },
680
+ {
681
+ "name": "sprite_icons/issue-type-key-result.svg",
682
+ "size": 383
683
+ },
680
684
  {
681
685
  "name": "sprite_icons/issue-type-maintenance.svg",
682
686
  "size": 321
683
687
  },
688
+ {
689
+ "name": "sprite_icons/issue-type-objective.svg",
690
+ "size": 488
691
+ },
684
692
  {
685
693
  "name": "sprite_icons/issue-type-requirements.svg",
686
694
  "size": 538
@@ -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="M4 0a4 4 0 00-4 4v8a4 4 0 004 4h8a4 4 0 004-4V4a4 4 0 00-4-4H4zm7.25 8a.75.75 0 01-.75-.75v-.69L7 10.06v2.19a.75.75 0 01-1.5 0v-1.691a.742.742 0 01-.059-.059H3.75a.75.75 0 010-1.5h2.19l3.5-3.5h-.69a.75.75 0 010-1.5H12v3.25a.75.75 0 01-.75.75z"/></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="M4 0a4 4 0 00-4 4v8a4 4 0 004 4h8a4 4 0 004-4V4a4 4 0 00-4-4H4zm6.75 2a.75.75 0 01.75.75v1.691a.756.756 0 01.059.059h1.691a.75.75 0 010 1.5h-2.19L9.45 7.611A1.502 1.502 0 018 9.5a1.5 1.5 0 11.389-2.95L10 4.94V2.75a.75.75 0 01.75-.75zM8.584 3.724a.75.75 0 01-.72.779 3.5 3.5 0 103.633 3.631.75.75 0 011.5.058 5 5 0 11-5.191-5.188.75.75 0 01.778.72z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.8.0",
3
+ "version": "3.9.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",