@gitlab/svgs 3.1.0 → 3.2.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": 374,
2
+ "illustrationCount": 375,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -393,6 +393,10 @@
393
393
  "name": "sprite_icons/ellipsis_v.svg",
394
394
  "size": 190
395
395
  },
396
+ {
397
+ "name": "sprite_icons/entity-blocked.svg",
398
+ "size": 426
399
+ },
396
400
  {
397
401
  "name": "sprite_icons/environment.svg",
398
402
  "size": 418
@@ -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="M12 2.5H4A1.5 1.5 0 002.5 4v8A1.5 1.5 0 004 13.5h8a1.5 1.5 0 001.5-1.5V4A1.5 1.5 0 0012 2.5zM4 1a3 3 0 00-3 3v8a3 3 0 003 3h8a3 3 0 003-3V4a3 3 0 00-3-3H4zm6.217 8.156a2.5 2.5 0 00-3.373-3.373l3.373 3.373zm-1.06 1.061a2.5 2.5 0 01-3.373-3.373l3.372 3.373zM8 12a4 4 0 100-8 4 4 0 000 8z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {},
19
19
  "devDependencies": {
20
20
  "@arkweid/lefthook": "^0.7.7",
21
- "@gitlab/eslint-plugin": "15.0.0",
21
+ "@gitlab/eslint-plugin": "16.0.0",
22
22
  "bootstrap": "^4.3.1",
23
- "eslint": "8.21.0",
23
+ "eslint": "8.22.0",
24
24
  "glob": "^7.1.3",
25
25
  "mkdirp": "^0.5.1",
26
26
  "nuxt": "^2.2.0",