@gitlab/svgs 3.4.0 → 3.5.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.
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.4.0",
3
+ "version": "3.5.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.25.0",
24
24
  "glob": "^7.1.3",
25
25
  "mkdirp": "^0.5.1",
26
26
  "nuxt": "^2.2.0",