@gitlab/svgs 3.3.0 → 3.4.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": 375,
2
+ "illustrationCount": 377,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -153,6 +153,10 @@
153
153
  "name": "sprite_icons/check-circle.svg",
154
154
  "size": 327
155
155
  },
156
+ {
157
+ "name": "sprite_icons/check-sm.svg",
158
+ "size": 281
159
+ },
156
160
  {
157
161
  "name": "sprite_icons/check.svg",
158
162
  "size": 283
@@ -1049,6 +1053,10 @@
1049
1053
  "name": "sprite_icons/search-plus.svg",
1050
1054
  "size": 398
1051
1055
  },
1056
+ {
1057
+ "name": "sprite_icons/search-sm.svg",
1058
+ "size": 256
1059
+ },
1052
1060
  {
1053
1061
  "name": "sprite_icons/search.svg",
1054
1062
  "size": 254
@@ -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="M10.78 2.62a.75.75 0 010 1.06L4.683 9.777a.75.75 0 01-1.069-.009L1.211 7.284a.75.75 0 011.078-1.043l1.873 1.936L9.72 2.62a.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="M8.5 5.5a3 3 0 11-6 0 3 3 0 016 0zm-.393 3.668a4.5 4.5 0 111.06-1.06l2.613 2.612a.75.75 0 11-1.06 1.06L8.107 9.168z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.3.0",
3
+ "version": "3.4.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": "17.0.0",
22
22
  "bootstrap": "^4.3.1",
23
- "eslint": "8.22.0",
23
+ "eslint": "8.23.1",
24
24
  "glob": "^7.1.3",
25
25
  "mkdirp": "^0.5.1",
26
26
  "nuxt": "^2.2.0",