@gitlab/svgs 3.5.0 → 3.7.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": 377,
2
+ "illustrationCount": 379,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -557,6 +557,10 @@
557
557
  "name": "sprite_icons/git.svg",
558
558
  "size": 457
559
559
  },
560
+ {
561
+ "name": "sprite_icons/gitea.svg",
562
+ "size": 1698
563
+ },
560
564
  {
561
565
  "name": "sprite_icons/github.svg",
562
566
  "size": 798
@@ -585,6 +589,10 @@
585
589
  "name": "sprite_icons/heart.svg",
586
590
  "size": 387
587
591
  },
592
+ {
593
+ "name": "sprite_icons/highlight.svg",
594
+ "size": 464
595
+ },
588
596
  {
589
597
  "name": "sprite_icons/history.svg",
590
598
  "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="M15.46 3.206s.14-.003.245.102l.01.01c.064.06.258.244.285 1.074 0 2.902-1.405 5.882-1.405 5.882a8.486 8.486 0 01-.359.713c-.458.802-.786 1.153-.786 1.153s-.318.379-.675.595c-.415.265-.72.263-.72.263L7.247 13c-.636-.079-1.29-.736-1.927-1.578-.47-.677-.779-1.413-.779-1.413s-2.51.034-3.675-1.394C.235 7.895.103 7.067.06 6.769c0-.008-.002-.018-.004-.029-.05-.324-.285-1.873.821-2.86.517-.496 1.148-.638 1.37-.684.371-.081.667-.06.903-.044l.09.006c.391.035 3.99.216 3.99.216s1.532.066 2.27.056c0 0 .003 1.853.003 2.78.07.032.14.066.211.1l.212.1V3.427c.33-.002.661-.01.996-.017h.011c1.545-.036 4.528-.204 4.528-.204zM2.113 8.026s.28.26.94.477c.43.152 1.094.231 1.094.231S3.699 7.5 3.516 6.757c-.22-.886-.4-2.398-.4-2.398s-.438-.015-.789.079c-.766.19-.98.763-.98.763s-.384.688.036 1.813c.244.672.73 1.013.73 1.013zm8.084 3.607c.344-.023.499-.392.499-.392s1.24-2.486 1.4-2.878a.7.7 0 00.046-.438c-.07-.267-.39-.412-.39-.412l-1.926-.935-.165.339-.18.369a.458.458 0 01.128.341s.433.186.743.387c0 0 .257.135.32.425.075.273-.04.488-.066.539l-.002.003s-.216.51-.343.774l-.004.007c-.047.097-.092.189-.139.28a.454.454 0 11-.32-.15s.41-.84.468-1.033c0 0 .096-.24.048-.38a.474.474 0 00-.19-.188 5.905 5.905 0 00-.678-.34s-.076.068-.18.09a.454.454 0 01-.158.014l-.611 1.25a.459.459 0 01.046.587.457.457 0 01-.578.138.458.458 0 01-.232-.51.46.46 0 01.44-.35L8.8 7.886a.457.457 0 01.361-.744l.185-.375.167-.341-.579-.281s-.251-.125-.458-.072a.568.568 0 00-.114.039c-.189.084-.31.33-.31.33L6.668 9.293s-.124.254-.068.46c.048.252.325.397.325.397l2.874 1.4.135.054s.114.04.262.03z"/></svg>
@@ -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="M2 14.25a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H2.75a.75.75 0 01-.75-.75zM3.5 10.998V9.112l1.29-1.258L6.6 9.688l-1.268 1.31H3.5zM7.645 8.61l4.715-4.866a.5.5 0 00-.028-.722l-1.01-.895.995-1.123 1.01.895a2 2 0 01.11 2.889l-7.47 7.71H2V8.48l7.594-7.41a2 2 0 012.723-.066l-.995 1.123a.5.5 0 00-.68.016L5.863 6.806 7.645 8.61z"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.5.0",
3
+ "version": "3.7.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": "18.1.0",
22
22
  "bootstrap": "^4.3.1",
23
- "eslint": "8.25.0",
23
+ "eslint": "8.26.0",
24
24
  "glob": "^7.1.3",
25
25
  "mkdirp": "^0.5.1",
26
26
  "nuxt": "^2.2.0",