@gitlab/svgs 3.0.0 → 3.1.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": 373,
2
+ "illustrationCount": 374,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -669,6 +669,10 @@
669
669
  "name": "sprite_icons/issue-type-requirements.svg",
670
670
  "size": 538
671
671
  },
672
+ {
673
+ "name": "sprite_icons/issue-type-task.svg",
674
+ "size": 445
675
+ },
672
676
  {
673
677
  "name": "sprite_icons/issue-type-test-case.svg",
674
678
  "size": 386
@@ -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 12.5a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm2.28-6.28a.75.75 0 010 1.06l-2.5 2.5a.75.75 0 01-1.06 0l-1-1a.75.75 0 011.06-1.06l.47.47 1.97-1.97a.75.75 0 011.06 0z"/><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-4H4zm4 14A6 6 0 108 2a6 6 0 000 12z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",