@gitlab/svgs 3.65.0 → 3.67.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 +1 -1
- package/dist/icons-stacked.svg +1 -1
- package/dist/icons.json +1 -1
- package/dist/icons.svg +1 -1
- package/dist/icons_individual.json +1 -1
- package/dist/illustrations/third-party-logos/integrations-logos/jira.svg +1 -0
- package/dist/illustrations.json +5 -1
- package/dist/sprite_icons/twitter.svg +1 -1
- package/package.json +3 -3
|
@@ -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>
|
package/dist/illustrations.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"illustrationCount":
|
|
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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M9.294 6.928L14.357 1h-1.2L8.762 6.147 5.25 1H1.2l5.31 7.784L1.2 15h1.2l4.642-5.436L10.751 15h4.05L9.294 6.928zM7.651 8.852l-.538-.775L2.832 1.91h1.843l3.454 4.977.538.775 4.491 6.47h-1.843l-3.664-5.28z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.67.0",
|
|
4
4
|
"description": "SVG Assets for GitLab",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@arkweid/lefthook": "^0.7.7",
|
|
21
|
-
"@gitlab/eslint-plugin": "19.
|
|
21
|
+
"@gitlab/eslint-plugin": "19.2.0",
|
|
22
22
|
"bootstrap": "^4.3.1",
|
|
23
|
-
"eslint": "8.
|
|
23
|
+
"eslint": "8.52.0",
|
|
24
24
|
"glob": "^7.1.3",
|
|
25
25
|
"mkdirp": "^0.5.1",
|
|
26
26
|
"nuxt": "^2.2.0",
|