@gitlab/svgs 3.58.0 → 3.59.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": 403,
2
+ "illustrationCount": 404,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -737,6 +737,10 @@
737
737
  "name": "sprite_icons/issue-type-test-case.svg",
738
738
  "size": 386
739
739
  },
740
+ {
741
+ "name": "sprite_icons/issue-type-ticket.svg",
742
+ "size": 484
743
+ },
740
744
  {
741
745
  "name": "sprite_icons/issue-update.svg",
742
746
  "size": 434
@@ -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-4H4zm-.707 11.293l-.232-.232-.829-.829L2 10l1.06-1.06 5.88-5.88L10 2l.232.232.829.829.232.232a1 1 0 001.415 1.414l.231.232.829.829L14 6l-1.06 1.06-5.88 5.88L6 14l-.232-.232-.829-.829-.232-.232a1 1 0 10-1.414-1.414zm3.144.148A2.504 2.504 0 004.56 9.563l3-3.003 1.878 1.878-3.002 3.002z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.58.0",
3
+ "version": "3.59.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
@@ -20,7 +20,7 @@
20
20
  "@arkweid/lefthook": "^0.7.7",
21
21
  "@gitlab/eslint-plugin": "19.0.0",
22
22
  "bootstrap": "^4.3.1",
23
- "eslint": "8.45.0",
23
+ "eslint": "8.46.0",
24
24
  "glob": "^7.1.3",
25
25
  "mkdirp": "^0.5.1",
26
26
  "nuxt": "^2.2.0",