@gitlab/svgs 3.4.0 → 3.6.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": 378,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "sprite_icons/abuse.svg",
@@ -585,6 +585,10 @@
585
585
  "name": "sprite_icons/heart.svg",
586
586
  "size": 387
587
587
  },
588
+ {
589
+ "name": "sprite_icons/highlight.svg",
590
+ "size": 464
591
+ },
588
592
  {
589
593
  "name": "sprite_icons/history.svg",
590
594
  "size": 386
@@ -0,0 +1 @@
1
+ <svg width="144" height="144" viewBox="0 0 144 144" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="72" cy="72" r="72" fill="#E7E4F2"/><g clip-path="url(#schedule-md__a)"><circle cx="72" cy="72" r="36" fill="#FF9D73"/><circle cx="72" cy="72" r="28" fill="#fff"/><path d="M83 83L72 72V50" stroke="#000" stroke-width="2"/><circle r="2" transform="matrix(1 0 0 -1 72 44)" fill="#000"/><circle r="2" transform="matrix(1 0 0 -1 100 72)" fill="#000"/><circle r="2" transform="matrix(1 0 0 -1 44 72)" fill="#000"/><circle r="2" transform="matrix(1 0 0 -1 72 100)" fill="#000"/><circle cx="72" cy="72" r="4" fill="#fff" stroke="#171321" stroke-width="2"/><path d="M103.716 57.198a34.998 34.998 0 01-40.246 48.747 35.003 35.003 0 01-25.918-40.136A35 35 0 0198.54 49.183" stroke="#171321" stroke-width="2" stroke-linecap="square"/><path d="M92 50h7v-7" stroke="#171321" stroke-width="2" stroke-linecap="square"/></g><path d="M88.065 33.194a42 42 0 00-55.809 52.387" stroke="#171321" stroke-width="2" stroke-linecap="square"/><defs><clipPath id="schedule-md__a"><path fill="#fff" transform="translate(36 36)" d="M0 0h72v72H0z"/></clipPath></defs></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 259,
2
+ "illustrationCount": 260,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -721,6 +721,10 @@
721
721
  "name": "illustrations/scan-alert-sm.svg",
722
722
  "size": 644
723
723
  },
724
+ {
725
+ "name": "illustrations/schedule-md.svg",
726
+ "size": 1152
727
+ },
724
728
  {
725
729
  "name": "illustrations/search-sm.svg",
726
730
  "size": 630
@@ -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.4.0",
3
+ "version": "3.6.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": "17.0.0",
21
+ "@gitlab/eslint-plugin": "18.1.0",
22
22
  "bootstrap": "^4.3.1",
23
- "eslint": "8.23.1",
23
+ "eslint": "8.26.0",
24
24
  "glob": "^7.1.3",
25
25
  "mkdirp": "^0.5.1",
26
26
  "nuxt": "^2.2.0",