@gitlab/svgs 3.100.0 → 3.101.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.
package/.tool-versions CHANGED
@@ -1,2 +1,2 @@
1
- nodejs 20.12.2
1
+ nodejs 20.13.0
2
2
  yarn 1.22.19
@@ -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"/><rect width="58" height="61" x="42" y="39" fill="#fff" rx="8"/><path stroke="#171321" stroke-width="2" d="M100 84V47a8 8 0 00-8-8H50a8 8 0 00-8 8v45a8 8 0 008 8h42a8 8 0 008-8v-2"/><rect width="44" height="23" x="49" y="46" fill="#D0C5E2" stroke="#171321" stroke-width="2" rx="3"/><path stroke="#171321" stroke-width="2" d="M91 34a4 4 0 00-4-4H55a4 4 0 00-4 4"/><circle cx="59.5" cy="85.5" r="6.5" fill="#FF9D73" stroke="#171321" stroke-width="2"/><circle cx="82.5" cy="85.5" r="6.5" fill="#FF9D73" stroke="#171321" stroke-width="2"/><path stroke="#171321" stroke-width="2" d="M71 29v10"/><path fill="#171321" fill-rule="evenodd" d="M26.012 127.402a72 72 0 01-1.525-1.303l26.806-26.806 1.414 1.414zm92.427-.378a73 73 0 01-1.553 1.276l-27.593-27.593 1.414-1.414z" clip-rule="evenodd"/><path stroke="#171321" stroke-width="2" d="M43 109h56m-66 10h76"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" fill="none" viewBox="0 0 72 72"><rect width="72" height="72" fill="#E7E4F2" rx="36"/><rect width="36" height="37" x="18" y="17" fill="#fff" rx="6"/><path stroke="#171321" stroke-width="2" d="M54 44V23a6 6 0 00-6-6H24a6 6 0 00-6 6v25a6 6 0 006 6h24a6 6 0 006-6"/><rect width="26" height="13" x="23" y="22" fill="#D0C5E2" stroke="#171321" stroke-width="2" rx="3"/><path stroke="#171321" stroke-width="2" d="M48 14a2 2 0 00-2-2H26a2 2 0 00-2 2"/><circle cx="28.972" cy="45.528" r="3.583" fill="#FF9D73" stroke="#171321" stroke-width="2"/><circle cx="43.028" cy="45.528" r="3.583" fill="#FF9D73" stroke="#171321" stroke-width="2"/><path stroke="#171321" stroke-width="2" d="M36 12v5"/><path fill="#171321" fill-rule="evenodd" d="M15.688 65.727a36 36 0 01-1.638-1.19l11.243-11.244 1.414 1.414zm42.262-1.191q-.801.618-1.638 1.19L45.293 54.708l1.414-1.414z" clip-rule="evenodd"/><path stroke="#171321" stroke-width="2" d="M21 59h30"/></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 224,
2
+ "illustrationCount": 226,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -237,6 +237,10 @@
237
237
  "name": "illustrations/empty-state/empty-subgroup-md.svg",
238
238
  "size": 677
239
239
  },
240
+ {
241
+ "name": "illustrations/empty-state/empty-train-md.svg",
242
+ "size": 1010
243
+ },
240
244
  {
241
245
  "name": "illustrations/empty-state/empty-user-settings-md.svg",
242
246
  "size": 1425
@@ -881,6 +885,10 @@
881
885
  "name": "illustrations/third-party-logos/wish.svg",
882
886
  "size": 2078
883
887
  },
888
+ {
889
+ "name": "illustrations/train-sm.svg",
890
+ "size": 996
891
+ },
884
892
  {
885
893
  "name": "illustrations/user-not-logged-in.svg",
886
894
  "size": 7076
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.100.0",
3
+ "version": "3.101.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",