@gitlab/svgs 3.65.0 → 3.66.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 18.17.1
1
+ nodejs 18.18.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="M26.914 15.337L16.572 4.994 15.577 4 7.82 11.757l-3.547 3.547c-.364.364-.364.961 0 1.359l7.094 7.094L15.577 28l7.757-7.757.133-.133 3.447-3.447a.94.94 0 000-1.326zm-11.337 4.21L12.03 16l3.547-3.547L19.124 16l-3.547 3.547z" fill="#2684FF"/><path d="M15.577 12.453c-2.32-2.32-2.32-6.1-.033-8.42L7.787 11.79l4.21 4.21 3.58-3.547z" fill="url(#paint0_linear)"/><path d="M19.124 16l-3.547 3.547c2.32 2.32 2.32 6.1 0 8.453l7.79-7.79L19.124 16z" fill="url(#paint1_linear)"/><defs><linearGradient id="paint0_linear" x1="14.945" y1="8.86" x2="9.991" y2="13.813" gradientUnits="userSpaceOnUse"><stop offset=".176" stop-color="#0052CC"/><stop offset="1" stop-color="#2684FF"/></linearGradient><linearGradient id="paint1_linear" x1="16.256" y1="23.089" x2="21.2" y2="18.146" 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": 209,
2
+ "illustrationCount": 210,
3
3
  "illustrations": [
4
4
  {
5
5
  "name": "illustrations/Dependency-list-empty-state.svg",
@@ -781,6 +781,10 @@
781
781
  "name": "illustrations/third-party-logos/integrations-logos/atlassian-bamboo.svg",
782
782
  "size": 1077
783
783
  },
784
+ {
785
+ "name": "illustrations/third-party-logos/integrations-logos/jira.svg",
786
+ "size": 1008
787
+ },
784
788
  {
785
789
  "name": "illustrations/third-party-logos/integrations-logos/pivotal-tracker.svg",
786
790
  "size": 4308
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.65.0",
3
+ "version": "3.66.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",