summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorYuri Plashenkov <yuri@plashenkov.com>2024-01-29 20:23:47 +0300
committerYuri Plashenkov <yuri@plashenkov.com>2024-01-29 20:23:47 +0300
commitebf009e59ea959ef22663955dcaedcf45bad1d15 (patch)
tree8c0e90efc43b781cc2e049b7ec577f5f5d00b6f5 /assets
parent898c58626fa34d24cbacd8a45c61921c5b189019 (diff)
Add JetBrains Mono font and reorganize repo
Diffstat (limited to 'assets')
-rw-r--r--assets/css/theme-deep-dark@v1.21.css310
-rw-r--r--assets/fonts/AUTHORS.txt10
-rw-r--r--assets/fonts/JetBrainsMono-Bold.woff2bin0 -> 94588 bytes
-rw-r--r--assets/fonts/JetBrainsMono-BoldItalic.woff2bin0 -> 98152 bytes
-rw-r--r--assets/fonts/JetBrainsMono-Italic.woff2bin0 -> 95864 bytes
-rw-r--r--assets/fonts/JetBrainsMono-Regular.woff2bin0 -> 92164 bytes
-rw-r--r--assets/fonts/OFL.txt93
-rw-r--r--assets/img/apple-touch-icon.pngbin0 -> 3056 bytes
-rw-r--r--assets/img/avatar_default.pngbin0 -> 3638 bytes
-rw-r--r--assets/img/favicon.pngbin0 -> 2881 bytes
-rw-r--r--assets/img/favicon.svg1
-rw-r--r--assets/img/logo.pngbin0 -> 15453 bytes
-rw-r--r--assets/img/logo.svg1
13 files changed, 415 insertions, 0 deletions
diff --git a/assets/css/theme-deep-dark@v1.21.css b/assets/css/theme-deep-dark@v1.21.css
new file mode 100644
index 0000000..a15708d
--- /dev/null
+++ b/assets/css/theme-deep-dark@v1.21.css
@@ -0,0 +1,310 @@
1@import url(theme-arc-green.css);
2
3@font-face {
4 font-family: 'JetBrains Mono';
5 font-style: normal;
6 font-weight: 400;
7 src: url(../fonts/JetBrainsMono-Regular.woff2) format('woff2');
8}
9
10@font-face {
11 font-family: 'JetBrains Mono';
12 font-style: italic;
13 font-weight: 400;
14 src: url(../fonts/JetBrainsMono-Italic.woff2) format('woff2');
15}
16
17@font-face {
18 font-family: 'JetBrains Mono';
19 font-style: normal;
20 font-weight: 700;
21 src: url(../fonts/JetBrainsMono-Bold.woff2) format('woff2');
22}
23
24@font-face {
25 font-family: 'JetBrains Mono';
26 font-style: italic;
27 font-weight: 700;
28 src: url(../fonts/JetBrainsMono-BoldItalic.woff2) format('woff2');
29}
30
31:root {
32 --is-dark-theme: true;
33 --fonts-monospace: "JetBrains Mono", monospace, var(--fonts-emoji);
34 --color-primary: #87ab63;
35 --color-primary-contrast: #fff;
36 --color-primary-dark-1: #93b373;
37 --color-primary-dark-2: #9fbc82;
38 --color-primary-dark-3: #abc492;
39 --color-primary-dark-4: #b7cda1;
40 --color-primary-dark-5: #cfddc1;
41 --color-primary-dark-6: #e7eee0;
42 --color-primary-dark-7: #f8faf6;
43 --color-primary-light-1: #7a9e55;
44 --color-primary-light-2: #6c8c4c;
45 --color-primary-light-3: #5f7b42;
46 --color-primary-light-4: #516939;
47 --color-primary-light-5: #364626;
48 --color-primary-light-6: #1b2313;
49 --color-primary-light-7: #080b06;
50 --color-primary-alpha-10: #87ab6319;
51 --color-primary-alpha-20: #87ab6333;
52 --color-primary-alpha-30: #87ab634b;
53 --color-primary-alpha-40: #87ab6366;
54 --color-primary-alpha-50: #87ab6380;
55 --color-primary-alpha-60: #87ab6399;
56 --color-primary-alpha-70: #87ab63b3;
57 --color-primary-alpha-80: #87ab63cc;
58 --color-primary-alpha-90: #87ab63e1;
59 --color-primary-hover: var(--color-primary-light-1);
60 --color-primary-active: var(--color-primary-light-2);
61 --color-secondary: #424247;
62 --color-secondary-dark-1: #5c6374;
63 --color-secondary-dark-2: #666e81;
64 --color-secondary-dark-3: #7c8497;
65 --color-secondary-dark-4: #8990a1;
66 --color-secondary-dark-5: #959cab;
67 --color-secondary-dark-6: #a2a8b5;
68 --color-secondary-dark-7: #afb4c0;
69 --color-secondary-dark-8: #bcc0ca;
70 --color-secondary-dark-9: #c9cbd4;
71 --color-secondary-dark-10: #d6d7de;
72 --color-secondary-dark-11: #e2e3e8;
73 --color-secondary-dark-12: #eeeff2;
74 --color-secondary-dark-13: #fbfbfc;
75 --color-secondary-light-1: #454a57;
76 --color-secondary-light-2: #383c47;
77 --color-secondary-light-3: #2c2f37;
78 --color-secondary-light-4: #1f2226;
79 --color-secondary-alpha-10: #52576719;
80 --color-secondary-alpha-20: #52576733;
81 --color-secondary-alpha-30: #5257674b;
82 --color-secondary-alpha-40: #52576766;
83 --color-secondary-alpha-50: #52576780;
84 --color-secondary-alpha-60: #52576799;
85 --color-secondary-alpha-70: #525767b3;
86 --color-secondary-alpha-80: #525767cc;
87 --color-secondary-alpha-90: #525767e1;
88 --color-secondary-button: var(--color-secondary-dark-4);
89 --color-secondary-hover: var(--color-secondary-dark-3);
90 --color-secondary-active: var(--color-secondary-dark-2);
91 --color-console-fg: #eeeff2;
92 --color-console-fg-subtle: #959cab;
93 --color-console-bg: #262936;
94 --color-console-border: #383c47;
95 --color-console-hover-bg: #ffffff16;
96 --color-console-active-bg: #454a57;
97 --color-console-menu-bg: #383c47;
98 --color-console-menu-border: #5c6374;
99 --color-red: #cc4848;
100 --color-orange: #cc580c;
101 --color-yellow: #cc9903;
102 --color-olive: #91a313;
103 --color-green: #87ab63;
104 --color-teal: #00918a;
105 --color-blue: #3a8ac6;
106 --color-violet: #906ae1;
107 --color-purple: #b259d0;
108 --color-pink: #d22e8b;
109 --color-brown: #a47252;
110 --color-black: #2e323e;
111 --color-red-light: #d15a5a;
112 --color-orange-light: #f6a066;
113 --color-yellow-light: #eaaf03;
114 --color-olive-light: #abc016;
115 --color-green-light: #93b373;
116 --color-teal-light: #00b6ad;
117 --color-blue-light: #4e96cc;
118 --color-violet-light: #9b79e4;
119 --color-purple-light: #ba6ad5;
120 --color-pink-light: #d74397;
121 --color-brown-light: #b08061;
122 --color-black-light: #3f4555;
123 --color-red-dark-1: #c23636;
124 --color-orange-dark-1: #f38236;
125 --color-yellow-dark-1: #b88a03;
126 --color-olive-dark-1: #839311;
127 --color-green-dark-1: #7a9e55;
128 --color-teal-dark-1: #00837c;
129 --color-blue-dark-1: #347cb3;
130 --color-violet-dark-1: #7b4edb;
131 --color-purple-dark-1: #a742c9;
132 --color-pink-dark-1: #be297d;
133 --color-brown-dark-1: #94674a;
134 --color-black-dark-1: #292d38;
135 --color-red-dark-2: #ad3030;
136 --color-orange-dark-2: #f16e17;
137 --color-yellow-dark-2: #a37a02;
138 --color-olive-dark-2: #74820f;
139 --color-green-dark-2: #6c8c4c;
140 --color-teal-dark-2: #00746e;
141 --color-blue-dark-2: #2e6e9f;
142 --color-violet-dark-2: #6733d6;
143 --color-purple-dark-2: #9834b9;
144 --color-pink-dark-2: #a9246f;
145 --color-brown-dark-2: #835b42;
146 --color-black-dark-2: #252832;
147 --color-ansi-black: var(--color-black);
148 --color-ansi-red: var(--color-red);
149 --color-ansi-green: var(--color-green);
150 --color-ansi-yellow: var(--color-yellow);
151 --color-ansi-blue: var(--color-blue);
152 --color-ansi-magenta: var(--color-pink);
153 --color-ansi-cyan: var(--color-teal);
154 --color-ansi-white: var(--color-console-fg-subtle);
155 --color-ansi-bright-black: var(--color-black-light);
156 --color-ansi-bright-red: var(--color-red-light);
157 --color-ansi-bright-green: var(--color-green-light);
158 --color-ansi-bright-yellow: var(--color-yellow-light);
159 --color-ansi-bright-blue: var(--color-blue-light);
160 --color-ansi-bright-magenta: var(--color-pink-light);
161 --color-ansi-bright-cyan: var(--color-teal-light);
162 --color-ansi-bright-white: var(--color-console-fg);
163 --color-grey: #505665;
164 --color-grey-light: #a1a6b7;
165 --color-gold: #b1983b;
166 --color-white: #fff;
167 --color-diff-removed-word-bg: #6f3333;
168 --color-diff-added-word-bg: #3c653c;
169 --color-diff-removed-row-bg: #3c2626;
170 --color-diff-moved-row-bg: #818044;
171 --color-diff-added-row-bg: #283e2d;
172 --color-diff-removed-row-border: #634343;
173 --color-diff-moved-row-border: #bcca6f;
174 --color-diff-added-row-border: #314a37;
175 --color-diff-inactive: #353846;
176 --color-error-border: #a04141;
177 --color-error-bg: #522;
178 --color-error-bg-active: #744;
179 --color-error-bg-hover: #633;
180 --color-error-text: #f9cbcb;
181 --color-success-border: #458a57;
182 --color-success-bg: #284034;
183 --color-success-text: #6cc664;
184 --color-warning-border: #bb9d00;
185 --color-warning-bg: #3a3a30;
186 --color-warning-text: #fbbd08;
187 --color-info-border: #306090;
188 --color-info-bg: #26354c;
189 --color-info-text: #38a8e8;
190 --color-red-badge: #db2828;
191 --color-red-badge-bg: #db28281a;
192 --color-red-badge-hover-bg: #db28284d;
193 --color-green-badge: #21ba45;
194 --color-green-badge-bg: #21ba451a;
195 --color-green-badge-hover-bg: #21ba454d;
196 --color-yellow-badge: #fbbd08;
197 --color-yellow-badge-bg: #fbbd081a;
198 --color-yellow-badge-hover-bg: #fbbd084d;
199 --color-orange-badge: #f2711c;
200 --color-orange-badge-bg: #f2711c1a;
201 --color-orange-badge-hover-bg: #f2711c4d;
202 --color-git: #f05133;
203 --color-body: #1b1b1d;
204 --color-box-header: #232324;
205 --color-box-body: #171718;
206 --color-box-body-highlight: #262b36;
207 --color-text-dark: #dbe0ea;
208 --color-text: #cbd0da;
209 --color-text-light: #bbbfca;
210 --color-text-light-1: #aaafb9;
211 --color-text-light-2: #9a9ea9;
212 --color-text-light-3: #8a8e99;
213 --color-footer: #171718;
214 --color-timeline: #4c525e;
215 --color-input-text: #dfe3ec;
216 --color-input-background: #171718;
217 --color-input-toggle-background: #454a57;
218 --color-input-border: var(--color-secondary);
219 --color-input-border-hover: var(--color-secondary-dark-1);
220 --color-header-wrapper: #171718;
221 --color-header-wrapper-transparent: #20243000;
222 --color-light: #00000028;
223 --color-light-mimic-enabled: rgba(0,0,0,calc(40/255*222/255/var(--opacity-disabled)));
224 --color-light-border: #ffffff28;
225 --color-hover: #ffffff19;
226 --color-active: #ffffff24;
227 --color-menu: #171718;
228 --color-card: #171718;
229 --color-markup-table-row: #ffffff06;
230 --color-markup-code-block: #ffffff06;
231 --color-button: #34343a;
232 --color-code-bg: #171718;
233 --color-code-sidebar-bg: #232834;
234 --color-shadow: #00000060;
235 --color-secondary-bg: #2a2e3a;
236 --color-text-focus: #fff;
237 --color-expand-button: #3c404d;
238 --color-placeholder-text: #8a8e99;
239 --color-editor-line-highlight: var(--color-primary-light-5);
240 --color-project-board-bg: var(--color-secondary-light-2);
241 --color-caret: var(--color-text);
242 --color-reaction-bg: #ffffff12;
243 --color-reaction-hover-bg: var(--color-primary-light-4);
244 --color-reaction-active-bg: var(--color-primary-light-5);
245 --color-tooltip-text: #fff;
246 --color-tooltip-bg: #000000f0;
247 --color-nav-bg: #171718;
248 --color-nav-hover-bg: #ffffff19;
249 --color-label-text: #dfe3ec;
250 --color-label-bg: #7c84974b;
251 --color-label-hover-bg: #7c8497a0;
252 --color-label-active-bg: #7c8497;
253 --color-accent: var(--color-primary-light-1);
254 --color-small-accent: var(--color-primary-light-5);
255 --color-active-line: #534d1b;
256 accent-color: var(--color-accent);
257 color-scheme: dark;
258}
259
260::-webkit-scrollbar-thumb {
261 box-shadow: inset 0 0 0 6px #777;
262 border-radius: 5px;
263}
264
265::-webkit-scrollbar-thumb:window-inactive {
266 box-shadow: inset 0 0 0 6px #555;
267}
268
269::-webkit-scrollbar-thumb:hover {
270 box-shadow: inset 0 0 0 6px #888;
271}
272
273#navbar-logo {
274 background: none !important;
275 transition: filter 0.2s linear;
276}
277
278#navbar-logo:hover {
279 filter: brightness(1.1);
280 transition: none;
281}
282
283.dashboard .dashboard-navbar {
284 background: var(--color-nav-bg);
285 margin-top: -15px;
286 margin-bottom: -11px;
287 padding-top: 15px;
288 padding-bottom: 14px;
289}
290
291.page-content.dashboard.feeds,
292.page-content.dashboard.issues,
293.page-content.repository,
294.page-content.explore {
295 padding-top: 15px;
296 margin-top: -1px;
297}
298
299.ui.attached.menu {
300 border-radius: 0 !important;
301}
302
303#repo-topics {
304 padding: 6px 0 11px;
305 margin-left: -3px;
306}
307
308.file-view.markup {
309 padding: 1.5em 2em 2em;
310}
diff --git a/assets/fonts/AUTHORS.txt b/assets/fonts/AUTHORS.txt
new file mode 100644
index 0000000..8814941
--- /dev/null
+++ b/assets/fonts/AUTHORS.txt
@@ -0,0 +1,10 @@
1# This is the official list of project authors for copyright purposes.
2# This file is distinct from the CONTRIBUTORS.txt file.
3# See the latter for an explanation.
4#
5# Names should be added to this file as:
6# Name or Organization <email address>
7
8JetBrains <>
9Philipp Nurullin <philipp.nurullin@jetbrains.com>
10Konstantin Bulenkov <kb@jetbrains.com>
diff --git a/assets/fonts/JetBrainsMono-Bold.woff2 b/assets/fonts/JetBrainsMono-Bold.woff2
new file mode 100644
index 0000000..4917f43
--- /dev/null
+++ b/assets/fonts/JetBrainsMono-Bold.woff2
Binary files differ
diff --git a/assets/fonts/JetBrainsMono-BoldItalic.woff2 b/assets/fonts/JetBrainsMono-BoldItalic.woff2
new file mode 100644
index 0000000..536d3f7
--- /dev/null
+++ b/assets/fonts/JetBrainsMono-BoldItalic.woff2
Binary files differ
diff --git a/assets/fonts/JetBrainsMono-Italic.woff2 b/assets/fonts/JetBrainsMono-Italic.woff2
new file mode 100644
index 0000000..d60c270
--- /dev/null
+++ b/assets/fonts/JetBrainsMono-Italic.woff2
Binary files differ
diff --git a/assets/fonts/JetBrainsMono-Regular.woff2 b/assets/fonts/JetBrainsMono-Regular.woff2
new file mode 100644
index 0000000..40da427
--- /dev/null
+++ b/assets/fonts/JetBrainsMono-Regular.woff2
Binary files differ
diff --git a/assets/fonts/OFL.txt b/assets/fonts/OFL.txt
new file mode 100644
index 0000000..8bee414
--- /dev/null
+++ b/assets/fonts/OFL.txt
@@ -0,0 +1,93 @@
1Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)
2
3This Font Software is licensed under the SIL Open Font License, Version 1.1.
4This license is copied below, and is also available with a FAQ at:
5https://scripts.sil.org/OFL
6
7
8-----------------------------------------------------------
9SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10-----------------------------------------------------------
11
12PREAMBLE
13The goals of the Open Font License (OFL) are to stimulate worldwide
14development of collaborative font projects, to support the font creation
15efforts of academic and linguistic communities, and to provide a free and
16open framework in which fonts may be shared and improved in partnership
17with others.
18
19The OFL allows the licensed fonts to be used, studied, modified and
20redistributed freely as long as they are not sold by themselves. The
21fonts, including any derivative works, can be bundled, embedded,
22redistributed and/or sold with any software provided that any reserved
23names are not used by derivative works. The fonts and derivatives,
24however, cannot be released under any other type of license. The
25requirement for fonts to remain under this license does not apply
26to any document created using the fonts or their derivatives.
27
28DEFINITIONS
29"Font Software" refers to the set of files released by the Copyright
30Holder(s) under this license and clearly marked as such. This may
31include source files, build scripts and documentation.
32
33"Reserved Font Name" refers to any names specified as such after the
34copyright statement(s).
35
36"Original Version" refers to the collection of Font Software components as
37distributed by the Copyright Holder(s).
38
39"Modified Version" refers to any derivative made by adding to, deleting,
40or substituting -- in part or in whole -- any of the components of the
41Original Version, by changing formats or by porting the Font Software to a
42new environment.
43
44"Author" refers to any designer, engineer, programmer, technical
45writer or other person who contributed to the Font Software.
46
47PERMISSION & CONDITIONS
48Permission is hereby granted, free of charge, to any person obtaining
49a copy of the Font Software, to use, study, copy, merge, embed, modify,
50redistribute, and sell modified and unmodified copies of the Font
51Software, subject to the following conditions:
52
531) Neither the Font Software nor any of its individual components,
54in Original or Modified Versions, may be sold by itself.
55
562) Original or Modified Versions of the Font Software may be bundled,
57redistributed and/or sold with any software, provided that each copy
58contains the above copyright notice and this license. These can be
59included either as stand-alone text files, human-readable headers or
60in the appropriate machine-readable metadata fields within text or
61binary files as long as those fields can be easily viewed by the user.
62
633) No Modified Version of the Font Software may use the Reserved Font
64Name(s) unless explicit written permission is granted by the corresponding
65Copyright Holder. This restriction only applies to the primary font name as
66presented to the users.
67
684) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69Software shall not be used to promote, endorse or advertise any
70Modified Version, except to acknowledge the contribution(s) of the
71Copyright Holder(s) and the Author(s) or with their explicit written
72permission.
73
745) The Font Software, modified or unmodified, in part or in whole,
75must be distributed entirely under this license, and must not be
76distributed under any other license. The requirement for fonts to
77remain under this license does not apply to any document created
78using the Font Software.
79
80TERMINATION
81This license becomes null and void if any of the above conditions are
82not met.
83
84DISCLAIMER
85THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png
new file mode 100644
index 0000000..2ac4595
--- /dev/null
+++ b/assets/img/apple-touch-icon.png
Binary files differ
diff --git a/assets/img/avatar_default.png b/assets/img/avatar_default.png
new file mode 100644
index 0000000..d98d46a
--- /dev/null
+++ b/assets/img/avatar_default.png
Binary files differ
diff --git a/assets/img/favicon.png b/assets/img/favicon.png
new file mode 100644
index 0000000..0f3b0a6
--- /dev/null
+++ b/assets/img/favicon.png
Binary files differ
diff --git a/assets/img/favicon.svg b/assets/img/favicon.svg
new file mode 100644
index 0000000..0b64451
--- /dev/null
+++ b/assets/img/favicon.svg
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 60 60"><path fill="url(#a)" fill-rule="nonzero" d="M58.147 27.395 32.605 1.855a3.766 3.766 0 0 0-5.328 0L1.853 27.277a3.77 3.77 0 0 0 0 5.329l25.543 25.541a3.768 3.768 0 0 0 5.328 0l25.423-25.422a3.77 3.77 0 0 0 0-5.33Z" transform="translate(-.769 -.77) scale(1.02563)"/><path fill="#fff" fill-rule="nonzero" d="m19.094 9.244 2.673-2.672 6.9 6.9a4.584 4.584 0 0 1 4.72 1.1 4.592 4.592 0 0 1 1.092 4.75l6.65 6.651a4.596 4.596 0 0 1 4.75 7.593 4.598 4.598 0 0 1-7.503-5.001l-6.203-6.202v16.322a4.597 4.597 0 1 1-3.78-.134V22.077a4.596 4.596 0 0 1-2.495-6.03l-6.804-6.804Z"/><defs><linearGradient id="a" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(0 58.4987 -58.4987 0 30 .751)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#609926"/><stop offset="1" stop-color="#4e7922"/></linearGradient></defs></svg> \ No newline at end of file
diff --git a/assets/img/logo.png b/assets/img/logo.png
new file mode 100644
index 0000000..17295f3
--- /dev/null
+++ b/assets/img/logo.png
Binary files differ
diff --git a/assets/img/logo.svg b/assets/img/logo.svg
new file mode 100644
index 0000000..0b64451
--- /dev/null
+++ b/assets/img/logo.svg
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 60 60"><path fill="url(#a)" fill-rule="nonzero" d="M58.147 27.395 32.605 1.855a3.766 3.766 0 0 0-5.328 0L1.853 27.277a3.77 3.77 0 0 0 0 5.329l25.543 25.541a3.768 3.768 0 0 0 5.328 0l25.423-25.422a3.77 3.77 0 0 0 0-5.33Z" transform="translate(-.769 -.77) scale(1.02563)"/><path fill="#fff" fill-rule="nonzero" d="m19.094 9.244 2.673-2.672 6.9 6.9a4.584 4.584 0 0 1 4.72 1.1 4.592 4.592 0 0 1 1.092 4.75l6.65 6.651a4.596 4.596 0 0 1 4.75 7.593 4.598 4.598 0 0 1-7.503-5.001l-6.203-6.202v16.322a4.597 4.597 0 1 1-3.78-.134V22.077a4.596 4.596 0 0 1-2.495-6.03l-6.804-6.804Z"/><defs><linearGradient id="a" x1="0" x2="1" y1="0" y2="0" gradientTransform="matrix(0 58.4987 -58.4987 0 30 .751)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#609926"/><stop offset="1" stop-color="#4e7922"/></linearGradient></defs></svg> \ No newline at end of file