@gitlab/svgs 3.54.0 → 3.55.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": 401,
2
+ "illustrationCount": 403,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -165,6 +165,10 @@
165
165
  "name": "sprite_icons/check-sm.svg",
166
166
  "size": 281
167
167
  },
168
+ {
169
+ "name": "sprite_icons/check-xs.svg",
170
+ "size": 263
171
+ },
168
172
  {
169
173
  "name": "sprite_icons/check.svg",
170
174
  "size": 283
@@ -225,6 +229,10 @@
225
229
  "name": "sprite_icons/clock.svg",
226
230
  "size": 305
227
231
  },
232
+ {
233
+ "name": "sprite_icons/close-xs.svg",
234
+ "size": 306
235
+ },
228
236
  {
229
237
  "name": "sprite_icons/close.svg",
230
238
  "size": 307
@@ -0,0 +1 @@
1
+ <svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.53 3.22a.75.75 0 010 1.06l-4.5 4.5a.75.75 0 01-1.06 0l-1.5-1.5a.75.75 0 011.06-1.06l.97.97 3.97-3.97a.75.75 0 011.06 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.28 3.22a.75.75 0 00-1.06 1.06L4.94 6 3.22 7.72a.75.75 0 001.06 1.06L6 7.06l1.72 1.72a.75.75 0 001.06-1.06L7.06 6l1.72-1.72a.75.75 0 00-1.06-1.06L6 4.94 4.28 3.22z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.54.0",
3
+ "version": "3.55.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.43.0",
23
+ "eslint": "8.44.0",
24
24
  "glob": "^7.1.3",
25
25
  "mkdirp": "^0.5.1",
26
26
  "nuxt": "^2.2.0",