@gitlab/svgs 3.105.0 → 3.106.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.14.0
1
+ nodejs 20.15.0
2
2
  yarn 1.22.19
@@ -0,0 +1 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.006 4H15.45a5.21 5.21 0 005.212 5.211h2.125v2.058A5.21 5.21 0 0028 16.48V4.994A.995.995 0 0027.006 4z" fill="#2684FF"/><path d="M21.28 9.76H9.726a5.21 5.21 0 005.211 5.211h2.126v2.058a5.21 5.21 0 005.211 5.211V10.754a.995.995 0 00-.994-.994z" fill="url(#paint0_linear)"/><path d="M15.554 15.52H4a5.21 5.21 0 005.211 5.211h2.126v2.058A5.21 5.21 0 0016.55 28V16.514a.995.995 0 00-.995-.994z" fill="url(#paint1_linear)"/><defs><linearGradient id="paint0_linear" x1="22.034" y1="9.773" x2="17.118" y2="14.842" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient><linearGradient id="paint1_linear" x1="16.641" y1="15.564" x2="10.957" y2="21.094" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient></defs></svg>
@@ -1,5 +1,5 @@
1
1
  {
2
- "illustrationCount": 233,
2
+ "illustrationCount": 234,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -845,6 +845,10 @@
845
845
  "name": "illustrations/third-party-logos/integrations-logos/jira.svg",
846
846
  "size": 1008
847
847
  },
848
+ {
849
+ "name": "illustrations/third-party-logos/integrations-logos/jira_cloud_app.svg",
850
+ "size": 968
851
+ },
848
852
  {
849
853
  "name": "illustrations/third-party-logos/integrations-logos/mattermost.svg",
850
854
  "size": 1142
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.105.0",
3
+ "version": "3.106.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",