@gitlab/svgs 3.29.0 → 3.30.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="M104 45H40v62l12-12h44a8 8 0 008-8V45z"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M74 101h22c7.732 0 14-6.268 14-14V67M53 77h29m-29-8h36m-36-8h36"/><path stroke="#171321" stroke-linecap="square" stroke-width="2" d="M40 45v62l12-12h44a8 8 0 008-8V45H47.059"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 263,
2
+ "illustrationCount": 264,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -125,6 +125,10 @@
125
125
  "name": "illustrations/elasticsearch-lg.svg",
126
126
  "size": 4568
127
127
  },
128
+ {
129
+ "name": "illustrations/empty-activity-md.svg",
130
+ "size": 500
131
+ },
128
132
  {
129
133
  "name": "illustrations/empty-state/empty-access-token.svg",
130
134
  "size": 2757
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.29.0",
3
+ "version": "3.30.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",