@bi-digital/css 0.11.7 → 0.11.9
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/dist/assets/logos/dark.svg +29 -30
- package/dist/assets/logos/default.svg +29 -30
- package/dist/assets/logos/international-dark.svg +30 -53
- package/dist/assets/logos/international.svg +30 -53
- package/dist/assets/logos/pride-dark.svg +31 -0
- package/dist/assets/logos/pride-default.svg +36 -0
- package/dist/assets/logos/pride-international-dark.svg +32 -0
- package/dist/assets/logos/pride-international.svg +37 -0
- package/dist/assets/logos/pride-vertical-dark.svg +32 -0
- package/dist/assets/logos/pride-vertical.svg +37 -0
- package/dist/assets/logos/vertical-dark.svg +31 -0
- package/dist/assets/logos/vertical.svg +31 -0
- package/dist/components/logo.css +24 -22
- package/dist/components/tooltip.css +63 -0
- package/dist/components.css +88 -22
- package/dist/salesforce.css +88 -22
- package/package.json +2 -2
- package/dist/assets/logos/international-vertical-dark.svg +0 -54
- package/dist/assets/logos/international-vertical.svg +0 -54
|
@@ -1,31 +1,30 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<path d="
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<stop stop-color="#
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<stop stop-color="#
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
<stop stop-color="#
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<
|
|
24
|
-
<stop stop-color="#
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<
|
|
28
|
-
|
|
29
|
-
</
|
|
30
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" fill="none">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="url(#b)" d="M34.5 0H88v8H34.5z"/>
|
|
4
|
+
<path fill="url(#c)" d="M87.999 0h8v91.999h-8z"/>
|
|
5
|
+
<path fill="url(#d)" d="M61.499 95.999h53.5v8h-53.5z" transform="rotate(180 61.5 96)"/>
|
|
6
|
+
<path fill="url(#e)" d="M8 95.999h8v91.999H8z" transform="rotate(180 8 96)"/>
|
|
7
|
+
<path fill="#fff" d="M27.5 59.216h3.185V36.82H27.5V32.5h13.71c2.315 0 3.929.175 5.548.828 2.792 1.093 4.713 3.71 4.713 7.16 0 2.883-1.396 5.372-3.8 6.636v.09c3.45 1.046 5.021 4.06 5.021 7.336 0 4.32-2.792 7.42-6.157 8.424-1.529.435-2.967.526-4.629.526H27.5zM41.864 45.16c2.447 0 3.8-1.704 3.8-4.061 0-1.529-.568-2.882-1.788-3.535-.744-.35-1.572-.483-2.665-.483h-4.804v8.079zm.308 13.753c.743 0 1.57-.09 2.224-.35 1.57-.653 2.49-2.4 2.49-4.363 0-2.665-1.662-4.496-4.497-4.496h-5.982v9.215h5.765zm14.324.307h3.185V36.821h-3.185V32.5h12.142v4.321h-3.233v22.4h3.233V63.5H56.496z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="b" x1="87.999" x2="36.481" y1="0" y2="-10.104" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#076cac"/>
|
|
12
|
+
<stop offset=".97" stop-color="#076cac" stop-opacity="0"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<linearGradient id="c" x1="91.749" x2="91.726" y1="8" y2="64.249" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stop-color="#076cac"/>
|
|
16
|
+
<stop offset="1" stop-color="#18b0fe"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="d" x1="114.999" x2="63.481" y1="95.999" y2="85.896" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#076cac"/>
|
|
20
|
+
<stop offset=".97" stop-color="#076cac" stop-opacity="0"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<linearGradient id="e" x1="11.75" x2="11.727" y1="103.999" y2="160.249" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#076cac"/>
|
|
24
|
+
<stop offset="1" stop-color="#18b0fe"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<clipPath id="a">
|
|
27
|
+
<path fill="#fff" d="M0 0h95.999v95.999H0z"/>
|
|
28
|
+
</clipPath>
|
|
29
|
+
</defs>
|
|
31
30
|
</svg>
|
|
@@ -1,31 +1,30 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<path d="
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<stop stop-color="#
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<stop stop-color="#
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
<stop stop-color="#
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<
|
|
24
|
-
<stop stop-color="#
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<
|
|
28
|
-
|
|
29
|
-
</
|
|
30
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" fill="none">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="url(#b)" d="M34.5 0H88v8H34.5z"/>
|
|
4
|
+
<path fill="url(#c)" d="M87.999 0h8v91.999h-8z"/>
|
|
5
|
+
<path fill="url(#d)" d="M61.499 95.999h53.5v8h-53.5z" transform="rotate(-180 61.5 96)"/>
|
|
6
|
+
<path fill="url(#e)" d="M8 95.999h8v91.999H8z" transform="rotate(-180 8 96)"/>
|
|
7
|
+
<path fill="#002341" d="M27.5 59.216h3.185V36.82H27.5V32.5h13.71c2.315 0 3.929.175 5.548.828 2.792 1.093 4.713 3.71 4.713 7.16 0 2.883-1.396 5.372-3.8 6.636v.09c3.45 1.046 5.021 4.06 5.021 7.336 0 4.32-2.792 7.42-6.157 8.424-1.529.435-2.967.526-4.629.526H27.5zM41.864 45.16c2.447 0 3.8-1.704 3.8-4.061 0-1.529-.568-2.882-1.788-3.535-.744-.35-1.572-.483-2.665-.483h-4.804v8.079zm.308 13.753c.743 0 1.57-.09 2.224-.35 1.57-.653 2.49-2.4 2.49-4.363 0-2.665-1.662-4.496-4.497-4.496h-5.982v9.215h5.765zm14.324.307h3.185V36.821h-3.185V32.5h12.142v4.321h-3.233v22.4h3.233V63.5H56.496z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="b" x1="87.999" x2="36.481" y1="0" y2="-10.104" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#24a5e2"/>
|
|
12
|
+
<stop offset="1" stop-color="#24a5e2" stop-opacity="0"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<linearGradient id="c" x1="91.749" x2="91.726" y1="8" y2="64.249" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stop-color="#24a5e2"/>
|
|
16
|
+
<stop offset="1" stop-color="#066cb4"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="d" x1="114.999" x2="63.481" y1="95.999" y2="85.896" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#24a5e2"/>
|
|
20
|
+
<stop offset="1" stop-color="#24a5e2" stop-opacity="0"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<linearGradient id="e" x1="11.75" x2="11.727" y1="103.999" y2="160.249" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#24a5e2"/>
|
|
24
|
+
<stop offset="1" stop-color="#066cb4"/>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<clipPath id="a">
|
|
27
|
+
<path fill="#fff" d="M0 0h95.999v95.999H0z"/>
|
|
28
|
+
</clipPath>
|
|
29
|
+
</defs>
|
|
31
30
|
</svg>
|
|
@@ -1,54 +1,31 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<path d="
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
<
|
|
24
|
-
<
|
|
25
|
-
<
|
|
26
|
-
|
|
27
|
-
<
|
|
28
|
-
<path d="
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
<path d="M129.274 28.2535C130.85 28.2535 132.124 29.4143 132.124 31.0143C132.124 32.6143 130.85 33.796 129.274 33.796C127.698 33.796 126.425 32.6248 126.425 31.0143C126.425 29.4039 127.698 28.2535 129.274 28.2535ZM129.274 32.9176C130.276 32.9176 131.091 32.1228 131.091 31.0143C131.091 29.9058 130.276 29.132 129.274 29.132C128.272 29.132 127.458 29.9163 127.458 31.0143C127.458 32.1124 128.283 32.9176 129.274 32.9176Z" fill="white"/>
|
|
32
|
-
<path d="M133.168 26.2876H134.18V32.0497C134.18 32.6876 134.431 32.8026 134.744 32.8026C134.838 32.8026 134.921 32.7922 134.921 32.7922V33.6915C134.921 33.6915 134.765 33.7124 134.587 33.7124C134.013 33.7124 133.168 33.5556 133.168 32.2275V26.2876Z" fill="white"/>
|
|
33
|
-
<defs>
|
|
34
|
-
<linearGradient id="paint0_linear_9485_505" x1="43.9187" y1="0" x2="18.2035" y2="-5.03381" gradientUnits="userSpaceOnUse">
|
|
35
|
-
<stop stop-color="#076CAC"/>
|
|
36
|
-
<stop offset="0.97" stop-color="#076CAC" stop-opacity="0"/>
|
|
37
|
-
</linearGradient>
|
|
38
|
-
<linearGradient id="paint1_linear_9485_505" x1="45.7902" y1="4" x2="45.7787" y2="32.125" gradientUnits="userSpaceOnUse">
|
|
39
|
-
<stop stop-color="#076CAC"/>
|
|
40
|
-
<stop offset="1" stop-color="#18B0FE"/>
|
|
41
|
-
</linearGradient>
|
|
42
|
-
<linearGradient id="paint2_linear_9485_505" x1="57.3937" y1="48" x2="31.6786" y2="42.9662" gradientUnits="userSpaceOnUse">
|
|
43
|
-
<stop stop-color="#076CAC"/>
|
|
44
|
-
<stop offset="0.97" stop-color="#076CAC" stop-opacity="0"/>
|
|
45
|
-
</linearGradient>
|
|
46
|
-
<linearGradient id="paint3_linear_9485_505" x1="5.86415" y1="52" x2="5.8526" y2="80.125" gradientUnits="userSpaceOnUse">
|
|
47
|
-
<stop stop-color="#076CAC"/>
|
|
48
|
-
<stop offset="1" stop-color="#18B0FE"/>
|
|
49
|
-
</linearGradient>
|
|
50
|
-
<clipPath id="clip0_9485_505">
|
|
51
|
-
<rect width="47.9113" height="48" fill="white"/>
|
|
52
|
-
</clipPath>
|
|
53
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="271" height="96" fill="none">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="url(#b)" d="M34.5 0H88v8H34.5z"/>
|
|
4
|
+
<path fill="url(#c)" d="M87.999 0h8v91.999h-8z"/>
|
|
5
|
+
<path fill="url(#d)" d="M61.499 95.999h53.5v8h-53.5z" transform="rotate(180 61.5 96)"/>
|
|
6
|
+
<path fill="url(#e)" d="M8 95.999h8v91.999H8z" transform="rotate(180 8 96)"/>
|
|
7
|
+
<path fill="#fff" d="M27.5 59.216h3.185V36.82H27.5V32.5h13.71c2.315 0 3.929.175 5.548.828 2.792 1.093 4.713 3.71 4.713 7.16 0 2.883-1.396 5.372-3.8 6.636v.09c3.45 1.046 5.021 4.06 5.021 7.336 0 4.32-2.792 7.42-6.157 8.424-1.529.435-2.967.526-4.629.526H27.5zM41.864 45.16c2.447 0 3.8-1.704 3.8-4.061 0-1.529-.568-2.882-1.788-3.535-.744-.35-1.572-.483-2.665-.483h-4.804v8.079zm.308 13.753c.743 0 1.57-.09 2.224-.35 1.57-.653 2.49-2.4 2.49-4.363 0-2.665-1.662-4.496-4.497-4.496h-5.982v9.215h5.765zm14.324.307h3.185V36.821h-3.185V32.5h12.142v4.321h-3.233v22.4h3.233V63.5H56.496z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path fill="#fff" d="M119.999 28h2.05l6.567 9.6c.544.794 1.234 2.133 1.234 2.133h.042s-.147-1.318-.147-2.133V28h2.071v14.766h-2.029l-6.588-9.58c-.544-.815-1.234-2.154-1.234-2.154h-.042s.147 1.318.147 2.155v9.579h-2.071zm20.115 3.932c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.564-5.71 5.564-5.71-2.343-5.71-5.564 2.552-5.521 5.71-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.764-3.639-3.764-3.639 1.568-3.639 3.764 1.652 3.807 3.639 3.807m7.864-9.077h1.966v1.84c0 .44-.042.795-.042.795h.042c.481-1.548 1.715-2.76 3.346-2.76.272 0 .523.041.523.041v2.008s-.272-.063-.585-.063c-1.297 0-2.489.92-2.97 2.489-.189.607-.251 1.255-.251 1.903v4.33h-2.029zm6.86 0h2.154l2.196 7.425c.168.543.251 1.129.272 1.129h.042s.105-.586.272-1.13l2.301-7.403h1.861l2.28 7.404c.167.543.293 1.129.293 1.129h.041s.084-.586.251-1.13l2.217-7.424h2.134l-3.41 10.583h-2.237l-2.196-6.798c-.168-.544-.293-1.15-.293-1.15h-.042s-.126.607-.293 1.15l-2.175 6.798h-2.259zm22.363-.251c2.991 0 4.58 2.217 4.58 4.957 0 .271-.062.878-.062.878h-7.718c.105 2.322 1.757 3.493 3.639 3.493 1.883 0 3.138-1.234 3.138-1.234l.836 1.485s-1.568 1.506-4.099 1.506c-3.326 0-5.605-2.406-5.605-5.543 0-3.367 2.279-5.542 5.291-5.542m2.51 4.308c-.063-1.82-1.192-2.698-2.552-2.698-1.547 0-2.802.962-3.095 2.698zm8.225 9.16c1.84 0 3.346-.815 3.346-2.969v-.774c0-.334.021-.67.021-.67h-.042c-.627 1.047-1.61 1.653-3.137 1.653-2.949 0-4.727-2.363-4.727-5.417s1.694-5.291 4.622-5.291c2.552 0 3.326 1.568 3.326 1.568h.042s-.021-.146-.021-.334v-.983h1.945v10.143c0 3.493-2.656 4.832-5.333 4.832a8.25 8.25 0 0 1-3.619-.879l.67-1.59s1.317.712 2.907.712m3.388-8.156c0-2.76-1.339-3.555-2.991-3.555-1.84 0-2.886 1.338-2.886 3.492s1.171 3.702 3.074 3.702c1.464 0 2.803-.878 2.803-3.639M196.155 28h2.05v2.07h-2.05zm.021 4.183h2.029v10.583h-2.029zm10.489 3.974h.46v-.189c0-1.736-.983-2.321-2.321-2.321-1.632 0-2.949 1.025-2.949 1.025l-.837-1.485s1.527-1.255 3.953-1.255c2.677 0 4.183 1.464 4.183 4.14v6.694h-1.882v-1.004c0-.481.041-.837.041-.837h-.041s-.858 2.092-3.389 2.092c-1.819 0-3.597-1.109-3.597-3.221 0-3.493 4.601-3.64 6.379-3.64m-2.342 5.228c1.715 0 2.823-1.798 2.823-3.367v-.335h-.523c-1.527 0-4.287.105-4.287 2.008 0 .858.669 1.694 1.987 1.694m7.613-9.201h1.966v1.401c0 .418-.042.774-.042.774h.042c.418-.92 1.673-2.426 3.973-2.426 2.489 0 3.64 1.36 3.64 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656s-2.907 1.067-3.346 2.594c-.126.418-.168.899-.168 1.422v4.957h-2.028zm-91.937 20.392h5.166c2.489 0 4.288 1.38 4.288 3.764 0 1.444-.712 2.594-1.841 3.18v.041c1.548.46 2.426 1.924 2.426 3.577 0 2.781-2.154 4.204-4.748 4.204h-5.291zm5.166 6.211c1.339 0 2.175-.94 2.175-2.238 0-1.296-.795-2.175-2.217-2.175h-3.053v4.413zm.23 6.756c1.59 0 2.531-1.004 2.531-2.51s-1.004-2.53-2.552-2.53h-3.304v5.04zm7.116-8.784h2.029v6.316c0 1.464.293 2.635 1.987 2.635 2.154 0 3.43-1.903 3.43-3.995v-4.956h2.029V67.34h-1.966v-1.402c0-.439.042-.773.042-.773h-.042c-.439 1.045-1.82 2.426-3.89 2.426-2.385 0-3.619-1.255-3.619-4.058zm12.518 7.842s1.192 1.235 3.033 1.235c.878 0 1.756-.46 1.756-1.318 0-1.945-5.437-1.548-5.437-4.998 0-1.925 1.715-3.012 3.827-3.012 2.322 0 3.409 1.17 3.409 1.17l-.816 1.528s-.941-.941-2.614-.941c-.878 0-1.736.376-1.736 1.296 0 1.904 5.438 1.485 5.438 4.957 0 1.757-1.506 3.075-3.827 3.075-2.594 0-4.016-1.548-4.016-1.548zm8.972-12.025h2.05v2.07h-2.05zm.021 4.183h2.029V67.34h-2.029zm4.874 0h1.965v1.401c0 .418-.041.774-.041.774h.041c.419-.92 1.674-2.426 3.974-2.426 2.489 0 3.64 1.36 3.64 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656s-2.907 1.067-3.346 2.594c-.126.418-.168.899-.168 1.422v4.957h-2.028zm16.961-.251c2.991 0 4.581 2.217 4.581 4.957 0 .271-.063.878-.063.878h-7.718c.105 2.322 1.757 3.493 3.64 3.493 1.882 0 3.137-1.234 3.137-1.234l.836 1.485s-1.568 1.506-4.099 1.506c-3.325 0-5.605-2.406-5.605-5.543 0-3.367 2.28-5.542 5.291-5.542m2.51 4.308c-.063-1.82-1.192-2.698-2.551-2.698-1.548 0-2.803.962-3.096 2.698zm4.434 3.785s1.192 1.235 3.033 1.235c.878 0 1.757-.46 1.757-1.318 0-1.945-5.438-1.548-5.438-4.998 0-1.925 1.715-3.012 3.827-3.012 2.322 0 3.409 1.17 3.409 1.17l-.815 1.528s-.942-.941-2.615-.941c-.878 0-1.736.376-1.736 1.296 0 1.904 5.438 1.485 5.438 4.957 0 1.757-1.506 3.075-3.827 3.075-2.594 0-4.016-1.548-4.016-1.548zm9.103 0s1.193 1.235 3.033 1.235c.878 0 1.757-.46 1.757-1.318 0-1.945-5.438-1.548-5.438-4.998 0-1.925 1.715-3.012 3.827-3.012 2.322 0 3.41 1.17 3.41 1.17l-.816 1.528s-.941-.941-2.614-.941c-.879 0-1.736.376-1.736 1.296 0 1.904 5.437 1.485 5.437 4.957 0 1.757-1.505 3.075-3.827 3.075-2.593 0-4.016-1.548-4.016-1.548zm15.08-.522s1.569 1.59 3.765 1.59c1.38 0 2.551-.774 2.551-2.176 0-3.2-7.153-2.51-7.153-7.048 0-2.3 1.987-4.12 4.769-4.12s4.183 1.485 4.183 1.485l-.941 1.715s-1.36-1.276-3.242-1.276c-1.569 0-2.677.983-2.677 2.154 0 3.054 7.153 2.238 7.153 7.027 0 2.28-1.757 4.163-4.685 4.163-3.137 0-4.894-1.945-4.894-1.945zm15.665-7.571c2.656 0 3.974 1.547 3.974 1.547l-.962 1.423s-1.13-1.213-2.928-1.213c-2.134 0-3.681 1.59-3.681 3.764 0 2.175 1.547 3.807 3.744 3.807 1.966 0 3.262-1.422 3.262-1.422l.816 1.484s-1.464 1.695-4.225 1.695c-3.325 0-5.668-2.364-5.668-5.543s2.343-5.542 5.668-5.542m6.139-3.932h2.028v5.417c0 .502-.041.878-.041.878h.041c.461-1.025 1.799-2.363 3.912-2.363 2.488 0 3.639 1.36 3.639 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656-1.589 0-2.907 1.088-3.346 2.614-.126.419-.168.9-.168 1.402v4.957h-2.028zm17.364 3.932c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.564-5.71 5.564-5.709-2.343-5.709-5.564 2.551-5.521 5.709-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.764-3.639-3.764-3.639 1.568-3.639 3.764 1.652 3.807 3.639 3.807m12.873-9.328c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.564-5.71 5.564-5.709-2.343-5.709-5.564 2.551-5.521 5.709-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.764-3.639-3.764-3.639 1.568-3.639 3.764 1.652 3.807 3.639 3.807m7.802-13.26h2.028v11.524c0 1.276.502 1.506 1.13 1.506.188 0 .355-.021.355-.021v1.798s-.313.042-.669.042c-1.15 0-2.844-.314-2.844-2.97z"/>
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient id="b" x1="87.999" x2="36.481" y1="0" y2="-10.104" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#076cac"/>
|
|
13
|
+
<stop offset=".97" stop-color="#076cac" stop-opacity="0"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="c" x1="91.749" x2="91.726" y1="8" y2="64.249" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#076cac"/>
|
|
17
|
+
<stop offset="1" stop-color="#18b0fe"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="d" x1="114.999" x2="63.481" y1="95.999" y2="85.896" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop stop-color="#076cac"/>
|
|
21
|
+
<stop offset=".97" stop-color="#076cac" stop-opacity="0"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="e" x1="11.75" x2="11.727" y1="103.999" y2="160.249" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#076cac"/>
|
|
25
|
+
<stop offset="1" stop-color="#18b0fe"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
<clipPath id="a">
|
|
28
|
+
<path fill="#fff" d="M0 0h95.999v95.999H0z"/>
|
|
29
|
+
</clipPath>
|
|
30
|
+
</defs>
|
|
54
31
|
</svg>
|
|
@@ -1,54 +1,31 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<path d="
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
<
|
|
24
|
-
<
|
|
25
|
-
<
|
|
26
|
-
|
|
27
|
-
<
|
|
28
|
-
<path d="
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
<path d="M129.274 28.2536C130.85 28.2536 132.124 29.4144 132.124 31.0144C132.124 32.6144 130.85 33.7961 129.274 33.7961C127.698 33.7961 126.425 32.6248 126.425 31.0144C126.425 29.4039 127.698 28.2536 129.274 28.2536ZM129.274 32.9177C130.276 32.9177 131.091 32.1229 131.091 31.0144C131.091 29.9059 130.276 29.132 129.274 29.132C128.272 29.132 127.458 29.9163 127.458 31.0144C127.458 32.1124 128.283 32.9177 129.274 32.9177Z" fill="#002341"/>
|
|
32
|
-
<path d="M133.168 26.2876H134.18V32.0497C134.18 32.6876 134.431 32.8026 134.744 32.8026C134.838 32.8026 134.921 32.7922 134.921 32.7922V33.6915C134.921 33.6915 134.765 33.7124 134.587 33.7124C134.013 33.7124 133.168 33.5556 133.168 32.2275V26.2876Z" fill="#002341"/>
|
|
33
|
-
<defs>
|
|
34
|
-
<linearGradient id="paint0_linear_9485_462" x1="43.9187" y1="0" x2="18.2035" y2="-5.03381" gradientUnits="userSpaceOnUse">
|
|
35
|
-
<stop stop-color="#24A5E2"/>
|
|
36
|
-
<stop offset="1" stop-color="#24A5E2" stop-opacity="0"/>
|
|
37
|
-
</linearGradient>
|
|
38
|
-
<linearGradient id="paint1_linear_9485_462" x1="45.7902" y1="4" x2="45.7787" y2="32.125" gradientUnits="userSpaceOnUse">
|
|
39
|
-
<stop stop-color="#24A5E2"/>
|
|
40
|
-
<stop offset="1" stop-color="#066CB4"/>
|
|
41
|
-
</linearGradient>
|
|
42
|
-
<linearGradient id="paint2_linear_9485_462" x1="57.3937" y1="48" x2="31.6786" y2="42.9662" gradientUnits="userSpaceOnUse">
|
|
43
|
-
<stop stop-color="#24A5E2"/>
|
|
44
|
-
<stop offset="1" stop-color="#24A5E2" stop-opacity="0"/>
|
|
45
|
-
</linearGradient>
|
|
46
|
-
<linearGradient id="paint3_linear_9485_462" x1="5.86415" y1="52" x2="5.8526" y2="80.125" gradientUnits="userSpaceOnUse">
|
|
47
|
-
<stop stop-color="#24A5E2"/>
|
|
48
|
-
<stop offset="1" stop-color="#066CB4"/>
|
|
49
|
-
</linearGradient>
|
|
50
|
-
<clipPath id="clip0_9485_462">
|
|
51
|
-
<rect width="47.9113" height="48" fill="white"/>
|
|
52
|
-
</clipPath>
|
|
53
|
-
</defs>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="271" height="96" fill="none">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="url(#b)" d="M34.5 0H88v8H34.5z"/>
|
|
4
|
+
<path fill="url(#c)" d="M87.999 0h8v91.999h-8z"/>
|
|
5
|
+
<path fill="url(#d)" d="M61.499 95.999h53.5v8h-53.5z" transform="rotate(-180 61.5 96)"/>
|
|
6
|
+
<path fill="url(#e)" d="M8 95.999h8v91.999H8z" transform="rotate(-180 8 96)"/>
|
|
7
|
+
<path fill="#002341" d="M27.5 59.216h3.185V36.82H27.5V32.5h13.71c2.315 0 3.929.175 5.548.828 2.792 1.093 4.713 3.71 4.713 7.16 0 2.883-1.396 5.372-3.8 6.636v.09c3.45 1.046 5.021 4.06 5.021 7.336 0 4.32-2.792 7.42-6.157 8.424-1.529.435-2.967.526-4.629.526H27.5zM41.864 45.16c2.447 0 3.8-1.704 3.8-4.061 0-1.529-.568-2.882-1.788-3.535-.744-.35-1.572-.483-2.665-.483h-4.804v8.079zm.308 13.753c.743 0 1.57-.09 2.224-.35 1.57-.653 2.49-2.4 2.49-4.363 0-2.665-1.662-4.496-4.497-4.496h-5.982v9.215h5.765zm14.324.307h3.185V36.821h-3.185V32.5h12.142v4.321h-3.233v22.4h3.233V63.5H56.496z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path fill="#002341" d="M119.999 28h2.05l6.567 9.6c.544.794 1.234 2.133 1.234 2.133h.042s-.147-1.318-.147-2.133V28h2.071v14.766h-2.029l-6.588-9.58c-.544-.815-1.234-2.154-1.234-2.154h-.042s.147 1.318.147 2.155v9.579h-2.071zm20.115 3.932c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.564-5.71 5.564-5.71-2.343-5.71-5.564 2.552-5.521 5.71-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.764-3.639-3.764-3.639 1.568-3.639 3.764 1.652 3.807 3.639 3.807m7.864-9.077h1.966v1.84c0 .44-.042.795-.042.795h.042c.481-1.548 1.715-2.76 3.346-2.76.272 0 .523.041.523.041v2.008s-.272-.063-.585-.063c-1.297 0-2.489.92-2.97 2.489-.189.607-.251 1.255-.251 1.903v4.33h-2.029zm6.86 0h2.154l2.196 7.425c.168.543.251 1.129.272 1.129h.042s.105-.586.272-1.13l2.3-7.403h1.862l2.28 7.404c.167.543.292 1.129.292 1.129h.042s.084-.586.251-1.13l2.217-7.424h2.134l-3.41 10.583h-2.237l-2.197-6.798c-.167-.544-.292-1.15-.292-1.15h-.042s-.126.607-.293 1.15l-2.175 6.798h-2.259zm22.363-.251c2.991 0 4.581 2.217 4.581 4.957 0 .271-.063.878-.063.878h-7.718c.105 2.322 1.757 3.493 3.639 3.493 1.883 0 3.138-1.234 3.138-1.234l.836 1.485s-1.568 1.506-4.099 1.506c-3.326 0-5.605-2.406-5.605-5.543 0-3.367 2.279-5.542 5.291-5.542m2.51 4.308c-.063-1.82-1.192-2.698-2.552-2.698-1.547 0-2.802.962-3.095 2.698zm8.225 9.16c1.84 0 3.346-.815 3.346-2.969v-.774c0-.334.021-.67.021-.67h-.042c-.627 1.047-1.61 1.653-3.137 1.653-2.949 0-4.727-2.363-4.727-5.417s1.694-5.291 4.622-5.291c2.552 0 3.326 1.568 3.326 1.568h.042s-.021-.146-.021-.334v-.983h1.945v10.143c0 3.493-2.656 4.832-5.333 4.832a8.25 8.25 0 0 1-3.619-.879l.67-1.59s1.317.712 2.907.712m3.388-8.156c0-2.76-1.339-3.555-2.991-3.555-1.84 0-2.886 1.338-2.886 3.492s1.171 3.702 3.074 3.702c1.464 0 2.803-.878 2.803-3.639M196.155 28h2.05v2.07h-2.05zm.021 4.183h2.029v10.583h-2.029zm10.489 3.974h.46v-.189c0-1.736-.983-2.321-2.321-2.321-1.632 0-2.949 1.025-2.949 1.025l-.837-1.485s1.527-1.255 3.953-1.255c2.677 0 4.183 1.464 4.183 4.14v6.694h-1.882v-1.004c0-.481.041-.837.041-.837h-.041s-.858 2.092-3.389 2.092c-1.819 0-3.597-1.109-3.597-3.221 0-3.493 4.601-3.64 6.379-3.64m-2.342 5.228c1.715 0 2.823-1.798 2.823-3.367v-.335h-.523c-1.527 0-4.287.105-4.287 2.008 0 .858.669 1.694 1.987 1.694m7.613-9.201h1.966v1.401c0 .418-.042.774-.042.774h.042c.418-.92 1.673-2.426 3.973-2.426 2.489 0 3.64 1.36 3.64 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656s-2.907 1.067-3.346 2.594c-.126.418-.168.899-.168 1.422v4.957h-2.028zm-91.937 20.392h5.166c2.489 0 4.288 1.38 4.288 3.764 0 1.444-.712 2.594-1.841 3.18v.041c1.548.46 2.426 1.924 2.426 3.577 0 2.781-2.154 4.204-4.748 4.204h-5.291zm5.166 6.211c1.339 0 2.175-.94 2.175-2.238 0-1.296-.795-2.175-2.217-2.175h-3.053v4.413zm.23 6.756c1.59 0 2.531-1.004 2.531-2.51s-1.004-2.53-2.552-2.53h-3.304v5.04zm7.116-8.784h2.029v6.316c0 1.464.293 2.635 1.987 2.635 2.154 0 3.43-1.903 3.43-3.995v-4.956h2.029V67.34h-1.966v-1.402c0-.439.042-.773.042-.773h-.042c-.439 1.045-1.82 2.426-3.89 2.426-2.385 0-3.619-1.255-3.619-4.058zm12.518 7.842s1.192 1.235 3.033 1.235c.878 0 1.756-.46 1.756-1.318 0-1.945-5.437-1.548-5.437-4.998 0-1.925 1.715-3.012 3.827-3.012 2.322 0 3.409 1.17 3.409 1.17l-.816 1.528s-.941-.941-2.614-.941c-.878 0-1.736.376-1.736 1.296 0 1.904 5.438 1.485 5.438 4.957 0 1.757-1.506 3.075-3.827 3.075-2.594 0-4.016-1.548-4.016-1.548zm8.972-12.025h2.05v2.07h-2.05zm.021 4.183h2.029V67.34h-2.029zm4.873 0h1.966v1.401c0 .418-.041.774-.041.774h.041c.419-.92 1.674-2.426 3.974-2.426 2.489 0 3.639 1.36 3.639 4.057v6.777h-2.028v-6.317c0-1.485-.314-2.656-2.008-2.656s-2.907 1.067-3.347 2.594c-.125.418-.167.899-.167 1.422v4.957h-2.029zm16.962-.251c2.991 0 4.581 2.217 4.581 4.957 0 .271-.063.878-.063.878h-7.718c.105 2.322 1.757 3.493 3.64 3.493 1.882 0 3.137-1.234 3.137-1.234l.836 1.485s-1.568 1.506-4.099 1.506c-3.325 0-5.605-2.406-5.605-5.543 0-3.367 2.28-5.542 5.291-5.542m2.51 4.308c-.063-1.82-1.192-2.698-2.551-2.698-1.548 0-2.803.962-3.096 2.698zm4.434 3.785s1.192 1.235 3.033 1.235c.878 0 1.757-.46 1.757-1.318 0-1.945-5.438-1.548-5.438-4.998 0-1.925 1.715-3.012 3.827-3.012 2.322 0 3.409 1.17 3.409 1.17l-.815 1.528s-.942-.941-2.615-.941c-.878 0-1.736.376-1.736 1.296 0 1.904 5.438 1.485 5.438 4.957 0 1.757-1.506 3.075-3.827 3.075-2.594 0-4.016-1.548-4.016-1.548zm9.103 0s1.192 1.235 3.033 1.235c.878 0 1.757-.46 1.757-1.318 0-1.945-5.438-1.548-5.438-4.998 0-1.925 1.715-3.012 3.827-3.012 2.322 0 3.409 1.17 3.409 1.17l-.815 1.528s-.941-.941-2.615-.941c-.878 0-1.735.376-1.735 1.296 0 1.904 5.437 1.485 5.437 4.957 0 1.757-1.505 3.075-3.827 3.075-2.593 0-4.016-1.548-4.016-1.548zm15.08-.522s1.569 1.59 3.765 1.59c1.38 0 2.551-.774 2.551-2.176 0-3.2-7.153-2.51-7.153-7.048 0-2.3 1.987-4.12 4.769-4.12s4.183 1.485 4.183 1.485l-.941 1.715s-1.36-1.276-3.242-1.276c-1.569 0-2.677.983-2.677 2.154 0 3.054 7.153 2.238 7.153 7.027 0 2.28-1.757 4.163-4.685 4.163-3.137 0-4.894-1.945-4.894-1.945zm15.665-7.571c2.656 0 3.974 1.547 3.974 1.547l-.962 1.423s-1.129-1.213-2.928-1.213c-2.133 0-3.681 1.59-3.681 3.764 0 2.175 1.548 3.807 3.744 3.807 1.966 0 3.262-1.422 3.262-1.422l.816 1.484s-1.464 1.695-4.225 1.695c-3.325 0-5.668-2.364-5.668-5.543s2.343-5.542 5.668-5.542m6.139-3.932h2.028v5.417c0 .502-.041.878-.041.878h.041c.461-1.025 1.799-2.363 3.911-2.363 2.489 0 3.64 1.36 3.64 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656-1.589 0-2.907 1.088-3.346 2.614-.126.419-.168.9-.168 1.402v4.957h-2.028zm17.364 3.932c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.564-5.71 5.564-5.71-2.343-5.71-5.564 2.552-5.521 5.71-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.764-3.639-3.764-3.639 1.568-3.639 3.764 1.652 3.807 3.639 3.807m12.873-9.328c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.564-5.71 5.564-5.709-2.343-5.709-5.564 2.551-5.521 5.709-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.764-3.639-3.764-3.639 1.568-3.639 3.764 1.652 3.807 3.639 3.807m7.802-13.26h2.028v11.524c0 1.276.502 1.506 1.13 1.506.188 0 .355-.021.355-.021v1.798s-.313.042-.669.042c-1.15 0-2.844-.314-2.844-2.97z"/>
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient id="b" x1="87.999" x2="36.481" y1="0" y2="-10.104" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#24a5e2"/>
|
|
13
|
+
<stop offset="1" stop-color="#24a5e2" stop-opacity="0"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="c" x1="91.749" x2="91.726" y1="8" y2="64.249" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#24a5e2"/>
|
|
17
|
+
<stop offset="1" stop-color="#066cb4"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="d" x1="114.999" x2="63.481" y1="95.999" y2="85.896" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop stop-color="#24a5e2"/>
|
|
21
|
+
<stop offset="1" stop-color="#24a5e2" stop-opacity="0"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="e" x1="11.75" x2="11.727" y1="103.999" y2="160.249" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#24a5e2"/>
|
|
25
|
+
<stop offset="1" stop-color="#066cb4"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
<clipPath id="a">
|
|
28
|
+
<path fill="#fff" d="M0 0h95.999v95.999H0z"/>
|
|
29
|
+
</clipPath>
|
|
30
|
+
</defs>
|
|
54
31
|
</svg>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" fill="none">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="url(#b)" d="M34.662 0h53.5v8h-53.5z"/>
|
|
4
|
+
<path fill="url(#c)" d="M88.162 0h8v92h-8z"/>
|
|
5
|
+
<path fill="url(#d)" d="M61.662 96h53.5v8h-53.5z" transform="rotate(180 61.662 96)"/>
|
|
6
|
+
<path fill="url(#e)" d="M8.162 96h8v92h-8z" transform="rotate(180 8.162 96)"/>
|
|
7
|
+
<path fill="#fff" d="M27.662 59.216h3.185V36.821h-3.185V32.5h13.71c2.315 0 3.929.175 5.548.828 2.792 1.094 4.714 3.71 4.714 7.16 0 2.883-1.396 5.373-3.801 6.636v.09c3.45 1.046 5.022 4.061 5.022 7.336 0 4.321-2.792 7.421-6.158 8.425-1.529.435-2.967.525-4.629.525H27.662zM42.026 45.16c2.447 0 3.8-1.704 3.8-4.06 0-1.53-.567-2.883-1.788-3.536-.743-.35-1.572-.483-2.665-.483h-4.804v8.08zm.308 13.754c.743 0 1.571-.09 2.224-.35 1.571-.654 2.49-2.4 2.49-4.364 0-2.665-1.662-4.496-4.497-4.496H36.57v9.215h5.765zm14.324.306h3.186V36.823h-3.186V32.5H68.8v4.322h-3.233V59.22H68.8v4.28H56.658z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="b" x1="88.162" x2="36.643" y1="0" y2="-10.104" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#ff6702"/>
|
|
12
|
+
<stop offset=".97" stop-color="#ffc400" stop-opacity="0"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<linearGradient id="c" x1="91.912" x2="91.889" y1="8" y2="64.25" gradientUnits="userSpaceOnUse">
|
|
15
|
+
<stop stop-color="#f60"/>
|
|
16
|
+
<stop offset="1" stop-color="#ff2291"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="d" x1="115.162" x2="63.643" y1="96" y2="85.896" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#007cff"/>
|
|
20
|
+
<stop offset=".97" stop-color="#8e00fb" stop-opacity="0"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<linearGradient id="e" x1="11.912" x2="11.889" y1="104" y2="160.25" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#007bff"/>
|
|
24
|
+
<stop offset=".49" stop-color="#007cff"/>
|
|
25
|
+
<stop offset="1" stop-color="#76f254"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
<clipPath id="a">
|
|
28
|
+
<path fill="#fff" d="M0 0h95.999v95.999H0z"/>
|
|
29
|
+
</clipPath>
|
|
30
|
+
</defs>
|
|
31
|
+
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" fill="none">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="#002341" d="M27.43 59.219h3.186V36.824H27.43v-4.321h13.71c2.315 0 3.929.175 5.548.828 2.792 1.093 4.714 3.71 4.714 7.16 0 2.883-1.396 5.372-3.801 6.636v.09c3.45 1.046 5.022 4.06 5.022 7.336 0 4.32-2.793 7.42-6.158 8.424-1.529.435-2.967.525-4.629.525H27.431V59.22m14.365-14.056c2.447 0 3.8-1.704 3.8-4.061 0-1.529-.567-2.882-1.788-3.535-.744-.35-1.572-.483-2.665-.483h-4.804v8.079zm.308 13.753c.743 0 1.57-.09 2.224-.35 1.571-.653 2.49-2.4 2.49-4.364 0-2.664-1.662-4.495-4.497-4.495h-5.982v9.215h5.765zm14.323.306h3.186V36.824h-3.186v-4.321H68.57v4.321h-3.233v22.4h3.233v4.278H56.427z"/>
|
|
4
|
+
<path fill="url(#b)" d="M61.499 95.999h53.5v8h-53.5z" transform="rotate(-180 61.5 96)"/>
|
|
5
|
+
<path fill="url(#c)" d="M8 95.999h8v91.999H8z" transform="rotate(-180 8 96)"/>
|
|
6
|
+
<path fill="url(#d)" d="M34.5 0H88v8H34.5z"/>
|
|
7
|
+
<path fill="url(#e)" d="M88 0h8v91.999h-8z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<defs>
|
|
10
|
+
<linearGradient id="b" x1="114.999" x2="64.925" y1="96.499" y2="86.678" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop offset=".2" stop-color="#4f5ee4"/>
|
|
12
|
+
<stop offset=".4" stop-color="#7a75fc"/>
|
|
13
|
+
<stop offset=".548" stop-color="#bea1f0"/>
|
|
14
|
+
<stop offset=".709" stop-color="#e5c9f1"/>
|
|
15
|
+
<stop offset="1" stop-color="#e5c9f1" stop-opacity="0"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient id="c" x1="11.75" x2="11.712" y1="95.999" y2="187.999" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop stop-color="#4f5ee4"/>
|
|
19
|
+
<stop offset="1" stop-color="#009800"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient id="d" x1="88.5" x2="40.834" y1="0" y2="-9.348" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop stop-color="#fa5"/>
|
|
23
|
+
<stop offset=".2" stop-color="#ffcd75"/>
|
|
24
|
+
<stop offset=".55" stop-color="#fff0b4"/>
|
|
25
|
+
<stop offset="1" stop-color="#fffad2" stop-opacity="0"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
<linearGradient id="e" x1="91.749" x2="91.722" y1="8" y2="75" gradientUnits="userSpaceOnUse">
|
|
28
|
+
<stop stop-color="#fa5"/>
|
|
29
|
+
<stop offset=".6" stop-color="#ff1605"/>
|
|
30
|
+
<stop offset="1" stop-color="#cb0198"/>
|
|
31
|
+
</linearGradient>
|
|
32
|
+
<clipPath id="a">
|
|
33
|
+
<path fill="#fff" d="M0 0h95.999v95.999H0z"/>
|
|
34
|
+
</clipPath>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="271" height="96" fill="none">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="url(#b)" d="M34.662 0h53.5v8h-53.5z"/>
|
|
4
|
+
<path fill="url(#c)" d="M88.162 0h8v92h-8z"/>
|
|
5
|
+
<path fill="url(#d)" d="M61.662 96h53.5v8h-53.5z" transform="rotate(180 61.662 96)"/>
|
|
6
|
+
<path fill="url(#e)" d="M8.162 96h8v92h-8z" transform="rotate(180 8.162 96)"/>
|
|
7
|
+
<path fill="#fff" d="M27.662 59.216h3.185V36.821h-3.185V32.5h13.71c2.315 0 3.929.175 5.548.828 2.792 1.094 4.714 3.71 4.714 7.16 0 2.883-1.396 5.373-3.801 6.636v.09c3.45 1.046 5.022 4.061 5.022 7.336 0 4.321-2.792 7.421-6.158 8.425-1.529.435-2.967.525-4.629.525H27.662zM42.026 45.16c2.447 0 3.8-1.704 3.8-4.06 0-1.53-.567-2.883-1.788-3.536-.743-.35-1.572-.483-2.665-.483h-4.804v8.08zm.308 13.754c.743 0 1.571-.09 2.224-.35 1.571-.654 2.49-2.4 2.49-4.364 0-2.665-1.662-4.496-4.497-4.496H36.57v9.215h5.765zm14.324.306h3.186V36.823h-3.186V32.5H68.8v4.322h-3.233V59.22H68.8v4.28H56.658z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path fill="#fff" d="M119.999 28h2.05l6.567 9.6c.544.794 1.234 2.133 1.234 2.133h.042s-.147-1.318-.147-2.133V28h2.071v14.766h-2.029l-6.588-9.58c-.544-.815-1.234-2.154-1.234-2.154h-.042s.147 1.318.147 2.155v9.579h-2.071zm20.115 3.932c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.563-5.71 5.563-5.71-2.342-5.71-5.563 2.552-5.521 5.71-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.765-3.639-3.765-3.639 1.57-3.639 3.765 1.652 3.807 3.639 3.807m7.864-9.077h1.966v1.84c0 .44-.042.795-.042.795h.042c.481-1.548 1.715-2.76 3.346-2.76.272 0 .523.041.523.041v2.008s-.272-.063-.585-.063c-1.297 0-2.489.92-2.97 2.489-.189.606-.251 1.255-.251 1.903v4.33h-2.029zm6.86 0h2.154l2.196 7.424c.168.544.251 1.13.272 1.13h.042s.105-.586.272-1.13l2.301-7.404h1.861l2.28 7.404c.167.544.293 1.13.293 1.13h.041s.084-.586.251-1.13l2.217-7.424h2.134l-3.41 10.583h-2.237l-2.196-6.798c-.168-.544-.293-1.15-.293-1.15h-.042s-.126.606-.293 1.15l-2.175 6.797h-2.259zm22.363-.251c2.991 0 4.58 2.217 4.58 4.957 0 .271-.062.878-.062.878h-7.718c.105 2.321 1.757 3.493 3.639 3.493 1.883 0 3.138-1.234 3.138-1.234l.836 1.485s-1.568 1.505-4.099 1.505c-3.326 0-5.605-2.405-5.605-5.542 0-3.367 2.279-5.542 5.291-5.542m2.51 4.308c-.063-1.82-1.192-2.698-2.552-2.698-1.547 0-2.802.962-3.095 2.698zm8.225 9.16c1.84 0 3.346-.815 3.346-2.97v-.773c0-.335.021-.67.021-.67h-.042c-.627 1.046-1.61 1.653-3.137 1.653-2.949 0-4.727-2.363-4.727-5.417s1.694-5.291 4.622-5.291c2.552 0 3.326 1.568 3.326 1.568h.042s-.021-.146-.021-.334v-.983h1.945v10.143c0 3.493-2.656 4.832-5.333 4.832a8.25 8.25 0 0 1-3.619-.879l.67-1.59s1.317.712 2.907.712m3.388-8.156c0-2.76-1.339-3.556-2.991-3.556-1.84 0-2.886 1.339-2.886 3.493s1.171 3.702 3.074 3.702c1.464 0 2.803-.878 2.803-3.639M196.155 28h2.05v2.07h-2.05zm.021 4.183h2.029v10.583h-2.029zm10.489 3.973h.46v-.188c0-1.736-.983-2.321-2.321-2.321-1.632 0-2.949 1.025-2.949 1.025l-.837-1.485s1.527-1.255 3.953-1.255c2.677 0 4.183 1.464 4.183 4.14v6.694h-1.882v-1.004c0-.481.041-.837.041-.837h-.041s-.858 2.092-3.389 2.092c-1.819 0-3.597-1.109-3.597-3.221 0-3.493 4.601-3.64 6.379-3.64m-2.342 5.23c1.715 0 2.823-1.8 2.823-3.368v-.335h-.523c-1.527 0-4.287.105-4.287 2.008 0 .858.669 1.694 1.987 1.694m7.613-9.202h1.966v1.4c0 .42-.042.775-.042.775h.042c.418-.92 1.673-2.426 3.973-2.426 2.489 0 3.64 1.36 3.64 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656s-2.907 1.067-3.346 2.593c-.126.419-.168.9-.168 1.423v4.957h-2.028zm-91.937 20.392h5.166c2.489 0 4.288 1.38 4.288 3.764 0 1.444-.712 2.594-1.841 3.18v.041c1.548.46 2.426 1.924 2.426 3.577 0 2.781-2.154 4.204-4.748 4.204h-5.291zm5.166 6.211c1.339 0 2.175-.94 2.175-2.238 0-1.296-.795-2.175-2.217-2.175h-3.053v4.413zm.23 6.756c1.59 0 2.531-1.004 2.531-2.51s-1.004-2.53-2.552-2.53h-3.304v5.04zm7.116-8.784h2.029v6.316c0 1.464.293 2.635 1.987 2.635 2.154 0 3.43-1.903 3.43-3.995v-4.956h2.029V67.34h-1.966v-1.402c0-.439.042-.774.042-.774h-.042c-.439 1.046-1.82 2.426-3.89 2.426-2.385 0-3.619-1.254-3.619-4.057zm12.518 7.842s1.192 1.235 3.033 1.235c.878 0 1.756-.46 1.756-1.318 0-1.945-5.437-1.548-5.437-4.999 0-1.924 1.715-3.011 3.827-3.011 2.322 0 3.409 1.17 3.409 1.17l-.816 1.528s-.941-.942-2.614-.942c-.878 0-1.736.377-1.736 1.297 0 1.903 5.438 1.485 5.438 4.957 0 1.757-1.506 3.075-3.827 3.075-2.594 0-4.016-1.548-4.016-1.548zm8.972-12.025h2.05v2.07h-2.05zm.021 4.183h2.029V67.34h-2.029zm4.874 0h1.965v1.4c0 .42-.041.775-.041.775h.041c.419-.92 1.674-2.426 3.974-2.426 2.489 0 3.64 1.36 3.64 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656s-2.907 1.067-3.346 2.593c-.126.419-.168.9-.168 1.423v4.957h-2.028zm16.961-.251c2.991 0 4.581 2.217 4.581 4.956 0 .272-.063.879-.063.879h-7.718c.105 2.321 1.757 3.493 3.64 3.493 1.882 0 3.137-1.234 3.137-1.234l.836 1.485s-1.568 1.505-4.099 1.505c-3.325 0-5.605-2.405-5.605-5.542 0-3.367 2.28-5.542 5.291-5.542m2.51 4.308c-.063-1.82-1.192-2.698-2.551-2.698-1.548 0-2.803.962-3.096 2.698zm4.434 3.785s1.192 1.235 3.033 1.235c.878 0 1.757-.46 1.757-1.318 0-1.945-5.438-1.548-5.438-4.999 0-1.924 1.715-3.011 3.827-3.011 2.322 0 3.409 1.17 3.409 1.17l-.815 1.528s-.942-.942-2.615-.942c-.878 0-1.736.377-1.736 1.297 0 1.903 5.438 1.485 5.438 4.957 0 1.757-1.506 3.075-3.827 3.075-2.594 0-4.016-1.548-4.016-1.548zm9.103 0s1.193 1.235 3.033 1.235c.878 0 1.757-.46 1.757-1.318 0-1.945-5.438-1.548-5.438-4.999 0-1.924 1.715-3.011 3.827-3.011 2.322 0 3.41 1.17 3.41 1.17l-.816 1.528s-.941-.942-2.614-.942c-.879 0-1.736.377-1.736 1.297 0 1.903 5.437 1.485 5.437 4.957 0 1.757-1.505 3.075-3.827 3.075-2.593 0-4.016-1.548-4.016-1.548zm15.08-.522s1.569 1.59 3.765 1.59c1.38 0 2.551-.774 2.551-2.176 0-3.2-7.153-2.51-7.153-7.048 0-2.3 1.987-4.12 4.769-4.12s4.183 1.485 4.183 1.485l-.941 1.715s-1.36-1.276-3.242-1.276c-1.569 0-2.677.983-2.677 2.154 0 3.054 7.153 2.238 7.153 7.027 0 2.28-1.757 4.163-4.685 4.163-3.137 0-4.894-1.945-4.894-1.945zm15.665-7.571c2.656 0 3.974 1.547 3.974 1.547l-.962 1.422s-1.13-1.213-2.928-1.213c-2.134 0-3.681 1.59-3.681 3.765s1.547 3.807 3.744 3.807c1.966 0 3.262-1.423 3.262-1.423l.816 1.485s-1.464 1.694-4.225 1.694c-3.325 0-5.668-2.363-5.668-5.542s2.343-5.542 5.668-5.542m6.139-3.932h2.028v5.417c0 .502-.041.878-.041.878h.041c.461-1.025 1.799-2.363 3.912-2.363 2.488 0 3.639 1.36 3.639 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656-1.589 0-2.907 1.088-3.346 2.614-.126.419-.168.9-.168 1.402v4.957h-2.028zm17.364 3.932c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.563-5.71 5.563-5.709-2.342-5.709-5.563 2.551-5.521 5.709-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.765-3.639-3.765-3.639 1.57-3.639 3.765 1.652 3.807 3.639 3.807m12.873-9.328c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.563-5.71 5.563-5.709-2.342-5.709-5.563 2.551-5.521 5.709-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.765-3.639-3.765-3.639 1.57-3.639 3.765 1.652 3.807 3.639 3.807m7.802-13.26h2.028v11.524c0 1.276.502 1.506 1.13 1.506.188 0 .355-.021.355-.021v1.798s-.313.042-.669.042c-1.15 0-2.844-.314-2.844-2.97z"/>
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient id="b" x1="88.162" x2="36.643" y1="0" y2="-10.104" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#ff6702"/>
|
|
13
|
+
<stop offset=".97" stop-color="#ffc400" stop-opacity="0"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="c" x1="91.912" x2="91.889" y1="8" y2="64.25" gradientUnits="userSpaceOnUse">
|
|
16
|
+
<stop stop-color="#f60"/>
|
|
17
|
+
<stop offset="1" stop-color="#ff2291"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="d" x1="115.162" x2="63.643" y1="96" y2="85.896" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop stop-color="#007cff"/>
|
|
21
|
+
<stop offset=".97" stop-color="#8e00fb" stop-opacity="0"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="e" x1="11.912" x2="11.889" y1="104" y2="160.25" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#007bff"/>
|
|
25
|
+
<stop offset=".49" stop-color="#007cff"/>
|
|
26
|
+
<stop offset="1" stop-color="#76f254"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<clipPath id="a">
|
|
29
|
+
<path fill="#fff" d="M0 0h95.999v95.999H0z"/>
|
|
30
|
+
</clipPath>
|
|
31
|
+
</defs>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="271" height="96" fill="none">
|
|
2
|
+
<g clip-path="url(#a)">
|
|
3
|
+
<path fill="#002341" d="M27.43 59.219h3.186V36.824H27.43v-4.321h13.71c2.315 0 3.929.175 5.548.828 2.792 1.093 4.714 3.71 4.714 7.16 0 2.883-1.396 5.372-3.801 6.636v.09c3.45 1.046 5.022 4.06 5.022 7.336 0 4.32-2.793 7.42-6.158 8.424-1.529.435-2.967.525-4.629.525H27.431V59.22m14.365-14.056c2.447 0 3.8-1.704 3.8-4.061 0-1.529-.567-2.882-1.788-3.535-.744-.35-1.572-.483-2.665-.483h-4.804v8.079zm.308 13.753c.743 0 1.57-.09 2.224-.35 1.571-.653 2.49-2.4 2.49-4.364 0-2.664-1.662-4.495-4.497-4.495h-5.982v9.215h5.765zm14.323.306h3.186V36.824h-3.186v-4.321H68.57v4.321h-3.233v22.4h3.233v4.278H56.427z"/>
|
|
4
|
+
<path fill="url(#b)" d="M61.499 95.999h53.5v8h-53.5z" transform="rotate(-180 61.5 96)"/>
|
|
5
|
+
<path fill="url(#c)" d="M8 95.999h8v91.999H8z" transform="rotate(-180 8 96)"/>
|
|
6
|
+
<path fill="url(#d)" d="M34.5 0H88v8H34.5z"/>
|
|
7
|
+
<path fill="url(#e)" d="M88 0h8v91.999h-8z"/>
|
|
8
|
+
</g>
|
|
9
|
+
<path fill="#002341" d="M119.999 28h2.05l6.567 9.6c.544.794 1.234 2.133 1.234 2.133h.042s-.147-1.318-.147-2.133V28h2.071v14.766h-2.029l-6.588-9.58c-.544-.815-1.234-2.154-1.234-2.154h-.042s.147 1.318.147 2.155v9.579h-2.071zm20.115 3.932c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.563-5.71 5.563-5.71-2.342-5.71-5.563 2.552-5.521 5.71-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.765-3.639-3.765-3.639 1.57-3.639 3.765 1.652 3.807 3.639 3.807m7.864-9.077h1.966v1.84c0 .44-.042.795-.042.795h.042c.481-1.548 1.715-2.76 3.346-2.76.272 0 .523.041.523.041v2.008s-.272-.063-.585-.063c-1.297 0-2.489.92-2.97 2.489-.189.606-.251 1.255-.251 1.903v4.33h-2.029zm6.86 0h2.154l2.196 7.424c.168.544.251 1.13.272 1.13h.042s.105-.586.272-1.13l2.3-7.404h1.862l2.28 7.404c.167.544.292 1.13.292 1.13h.042s.084-.586.251-1.13l2.217-7.424h2.134l-3.41 10.583h-2.237l-2.197-6.798c-.167-.544-.292-1.15-.292-1.15h-.042s-.126.606-.293 1.15l-2.175 6.797h-2.259zm22.363-.251c2.991 0 4.581 2.217 4.581 4.957 0 .271-.063.878-.063.878h-7.718c.105 2.321 1.757 3.493 3.639 3.493 1.883 0 3.138-1.234 3.138-1.234l.836 1.485s-1.568 1.505-4.099 1.505c-3.326 0-5.605-2.405-5.605-5.542 0-3.367 2.279-5.542 5.291-5.542m2.51 4.308c-.063-1.82-1.192-2.698-2.552-2.698-1.547 0-2.802.962-3.095 2.698zm8.225 9.16c1.84 0 3.346-.815 3.346-2.97v-.773c0-.335.021-.67.021-.67h-.042c-.627 1.046-1.61 1.653-3.137 1.653-2.949 0-4.727-2.363-4.727-5.417s1.694-5.291 4.622-5.291c2.552 0 3.326 1.568 3.326 1.568h.042s-.021-.146-.021-.334v-.983h1.945v10.143c0 3.493-2.656 4.832-5.333 4.832a8.25 8.25 0 0 1-3.619-.879l.67-1.59s1.317.712 2.907.712m3.388-8.156c0-2.76-1.339-3.556-2.991-3.556-1.84 0-2.886 1.339-2.886 3.493s1.171 3.702 3.074 3.702c1.464 0 2.803-.878 2.803-3.639M196.155 28h2.05v2.07h-2.05zm.021 4.183h2.029v10.583h-2.029zm10.489 3.973h.46v-.188c0-1.736-.983-2.321-2.321-2.321-1.632 0-2.949 1.025-2.949 1.025l-.837-1.485s1.527-1.255 3.953-1.255c2.677 0 4.183 1.464 4.183 4.14v6.694h-1.882v-1.004c0-.481.041-.837.041-.837h-.041s-.858 2.092-3.389 2.092c-1.819 0-3.597-1.109-3.597-3.221 0-3.493 4.601-3.64 6.379-3.64m-2.342 5.23c1.715 0 2.823-1.8 2.823-3.368v-.335h-.523c-1.527 0-4.287.105-4.287 2.008 0 .858.669 1.694 1.987 1.694m7.613-9.202h1.966v1.4c0 .42-.042.775-.042.775h.042c.418-.92 1.673-2.426 3.973-2.426 2.489 0 3.64 1.36 3.64 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656s-2.907 1.067-3.346 2.593c-.126.419-.168.9-.168 1.423v4.957h-2.028zm-91.937 20.392h5.166c2.489 0 4.288 1.38 4.288 3.764 0 1.444-.712 2.594-1.841 3.18v.041c1.548.46 2.426 1.924 2.426 3.577 0 2.781-2.154 4.204-4.748 4.204h-5.291zm5.166 6.211c1.339 0 2.175-.94 2.175-2.238 0-1.296-.795-2.175-2.217-2.175h-3.053v4.413zm.23 6.756c1.59 0 2.531-1.004 2.531-2.51s-1.004-2.53-2.552-2.53h-3.304v5.04zm7.116-8.784h2.029v6.316c0 1.464.293 2.635 1.987 2.635 2.154 0 3.43-1.903 3.43-3.995v-4.956h2.029V67.34h-1.966v-1.402c0-.439.042-.774.042-.774h-.042c-.439 1.046-1.82 2.426-3.89 2.426-2.385 0-3.619-1.254-3.619-4.057zm12.518 7.842s1.192 1.235 3.033 1.235c.878 0 1.756-.46 1.756-1.318 0-1.945-5.437-1.548-5.437-4.999 0-1.924 1.715-3.011 3.827-3.011 2.322 0 3.409 1.17 3.409 1.17l-.816 1.528s-.941-.942-2.614-.942c-.878 0-1.736.377-1.736 1.297 0 1.903 5.438 1.485 5.438 4.957 0 1.757-1.506 3.075-3.827 3.075-2.594 0-4.016-1.548-4.016-1.548zm8.972-12.025h2.05v2.07h-2.05zm.021 4.183h2.029V67.34h-2.029zm4.873 0h1.966v1.4c0 .42-.041.775-.041.775h.041c.419-.92 1.674-2.426 3.974-2.426 2.489 0 3.639 1.36 3.639 4.057v6.777h-2.028v-6.317c0-1.485-.314-2.656-2.008-2.656s-2.907 1.067-3.347 2.593c-.125.419-.167.9-.167 1.423v4.957h-2.029zm16.962-.251c2.991 0 4.581 2.217 4.581 4.956 0 .272-.063.879-.063.879h-7.718c.105 2.321 1.757 3.493 3.64 3.493 1.882 0 3.137-1.234 3.137-1.234l.836 1.485s-1.568 1.505-4.099 1.505c-3.325 0-5.605-2.405-5.605-5.542 0-3.367 2.28-5.542 5.291-5.542m2.51 4.308c-.063-1.82-1.192-2.698-2.551-2.698-1.548 0-2.803.962-3.096 2.698zm4.434 3.785s1.192 1.235 3.033 1.235c.878 0 1.757-.46 1.757-1.318 0-1.945-5.438-1.548-5.438-4.999 0-1.924 1.715-3.011 3.827-3.011 2.322 0 3.409 1.17 3.409 1.17l-.815 1.528s-.942-.942-2.615-.942c-.878 0-1.736.377-1.736 1.297 0 1.903 5.438 1.485 5.438 4.957 0 1.757-1.506 3.075-3.827 3.075-2.594 0-4.016-1.548-4.016-1.548zm9.103 0s1.192 1.235 3.033 1.235c.878 0 1.757-.46 1.757-1.318 0-1.945-5.438-1.548-5.438-4.999 0-1.924 1.715-3.011 3.827-3.011 2.322 0 3.409 1.17 3.409 1.17l-.815 1.528s-.941-.942-2.615-.942c-.878 0-1.735.377-1.735 1.297 0 1.903 5.437 1.485 5.437 4.957 0 1.757-1.505 3.075-3.827 3.075-2.593 0-4.016-1.548-4.016-1.548zm15.08-.522s1.569 1.59 3.765 1.59c1.38 0 2.551-.774 2.551-2.176 0-3.2-7.153-2.51-7.153-7.048 0-2.3 1.987-4.12 4.769-4.12s4.183 1.485 4.183 1.485l-.941 1.715s-1.36-1.276-3.242-1.276c-1.569 0-2.677.983-2.677 2.154 0 3.054 7.153 2.238 7.153 7.027 0 2.28-1.757 4.163-4.685 4.163-3.137 0-4.894-1.945-4.894-1.945zm15.665-7.571c2.656 0 3.974 1.547 3.974 1.547l-.962 1.422s-1.129-1.213-2.928-1.213c-2.133 0-3.681 1.59-3.681 3.765s1.548 3.807 3.744 3.807c1.966 0 3.262-1.423 3.262-1.423l.816 1.485s-1.464 1.694-4.225 1.694c-3.325 0-5.668-2.363-5.668-5.542s2.343-5.542 5.668-5.542m6.139-3.932h2.028v5.417c0 .502-.041.878-.041.878h.041c.461-1.025 1.799-2.363 3.911-2.363 2.489 0 3.64 1.36 3.64 4.057v6.777h-2.029v-6.317c0-1.485-.314-2.656-2.008-2.656-1.589 0-2.907 1.088-3.346 2.614-.126.419-.168.9-.168 1.402v4.957h-2.028zm17.364 3.932c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.563-5.71 5.563-5.71-2.342-5.71-5.563 2.552-5.521 5.71-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.765-3.639-3.765-3.639 1.57-3.639 3.765 1.652 3.807 3.639 3.807m12.873-9.328c3.158 0 5.71 2.321 5.71 5.521s-2.552 5.563-5.71 5.563-5.709-2.342-5.709-5.563 2.551-5.521 5.709-5.521m0 9.328c2.008 0 3.639-1.59 3.639-3.807s-1.631-3.765-3.639-3.765-3.639 1.57-3.639 3.765 1.652 3.807 3.639 3.807m7.802-13.26h2.028v11.524c0 1.276.502 1.506 1.13 1.506.188 0 .355-.021.355-.021v1.798s-.313.042-.669.042c-1.15 0-2.844-.314-2.844-2.97z"/>
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient id="b" x1="114.999" x2="64.925" y1="96.499" y2="86.678" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop offset=".2" stop-color="#4f5ee4"/>
|
|
13
|
+
<stop offset=".4" stop-color="#7a75fc"/>
|
|
14
|
+
<stop offset=".548" stop-color="#bea1f0"/>
|
|
15
|
+
<stop offset=".709" stop-color="#e5c9f1"/>
|
|
16
|
+
<stop offset="1" stop-color="#e5c9f1" stop-opacity="0"/>
|
|
17
|
+
</linearGradient>
|
|
18
|
+
<linearGradient id="c" x1="11.75" x2="11.712" y1="95.999" y2="187.999" gradientUnits="userSpaceOnUse">
|
|
19
|
+
<stop stop-color="#4f5ee4"/>
|
|
20
|
+
<stop offset="1" stop-color="#009800"/>
|
|
21
|
+
</linearGradient>
|
|
22
|
+
<linearGradient id="d" x1="88.5" x2="40.834" y1="0" y2="-9.348" gradientUnits="userSpaceOnUse">
|
|
23
|
+
<stop stop-color="#fa5"/>
|
|
24
|
+
<stop offset=".2" stop-color="#ffcd75"/>
|
|
25
|
+
<stop offset=".55" stop-color="#fff0b4"/>
|
|
26
|
+
<stop offset="1" stop-color="#fffad2" stop-opacity="0"/>
|
|
27
|
+
</linearGradient>
|
|
28
|
+
<linearGradient id="e" x1="91.749" x2="91.722" y1="8" y2="75" gradientUnits="userSpaceOnUse">
|
|
29
|
+
<stop stop-color="#fa5"/>
|
|
30
|
+
<stop offset=".6" stop-color="#ff1605"/>
|
|
31
|
+
<stop offset="1" stop-color="#cb0198"/>
|
|
32
|
+
</linearGradient>
|
|
33
|
+
<clipPath id="a">
|
|
34
|
+
<path fill="#fff" d="M0 0h95.999v95.999H0z"/>
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
</svg>
|