@gitlab/svgs 3.30.0 → 3.31.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 xmlns="http://www.w3.org/2000/svg" width="144" height="144" fill="none" viewBox="0 0 144 144"><rect width="144" height="144" fill="#E7E4F2" rx="72" transform="matrix(-1 0 0 1 144 0)"/><path fill="#fff" d="M89 31.65L55 48v36l34 16.35v-68.7z"/><path fill="#AEA5D6" d="M89 39h14v46a8 8 0 01-8 8h-6V39z"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M89 93h6a8 8 0 008-8V39H89M55 53v-5l34-16.35v68.7L55 84V61"/><circle cx="47.5" cy="89.5" r="22.5" fill="#fff"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M67.767 99.272a22.5 22.5 0 10-4.012 5.785"/><circle cx="47.5" cy="89.5" r="15" fill="#D0C5E2"/><path fill="#171321" fill-rule="evenodd" d="M49.82 84.288l-.258.966-2.42 9.03-.259.966-1.931-.518.259-.966 2.419-9.03.259-.965 1.932.517zm-5.945 8.02l-.707-.708-2.09-2.09 2.09-2.089.707-.707-1.414-1.414-.707.707-2.797 2.797-.707.707.707.707 2.797 2.797.707.707 1.414-1.414zm7.96-.708l-.708.708 1.415 1.414.707-.707 2.796-2.797.707-.707-.707-.707-2.796-2.797-.707-.707-1.415 1.414.707.707 2.09 2.09-2.09 2.09z" clip-rule="evenodd"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M93 108a21.992 21.992 0 0015.556-6.444A21.992 21.992 0 00115 86"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 264,
2
+ "illustrationCount": 265,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -129,6 +129,10 @@
129
129
  "name": "illustrations/empty-activity-md.svg",
130
130
  "size": 500
131
131
  },
132
+ {
133
+ "name": "illustrations/empty-projects-md.svg",
134
+ "size": 1216
135
+ },
132
136
  {
133
137
  "name": "illustrations/empty-state/empty-access-token.svg",
134
138
  "size": 2757
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.30.0",
3
+ "version": "3.31.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",