mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Update Khan Academy logo (#1613)
* Update Khan Academy logo * Remove original logo * Remove unused SVG attributes * Replace the main page logo with monochromatic (white) version * Remove effects from the logo in the footer
This commit is contained in:
@@ -80,13 +80,12 @@ class Footer extends React.Component {
|
||||
|
||||
<a
|
||||
href="https://www.khanacademy.org/"
|
||||
target="_blank" // eslint-disable-line react/jsx-no-target-blank
|
||||
className="fbOpenSource">
|
||||
className="logo">
|
||||
<img
|
||||
src={this.props.config.baseUrl + 'img/khan-academy.png'}
|
||||
src={this.props.config.baseUrl + 'img/khan-academy.svg'}
|
||||
alt="Khan Academy"
|
||||
width="180"
|
||||
height="17"
|
||||
width="175"
|
||||
height="28"
|
||||
/>
|
||||
</a>
|
||||
<section className="copyright">
|
||||
|
@@ -117,7 +117,7 @@
|
||||
</div></div>
|
||||
|
||||
<div class="footer"><div class="container">
|
||||
<a class="ka-logo" href="https://www.khanacademy.org/"><img src="img/khan-academy.png" alt="Khan Academy" width="180" height="17"></a>
|
||||
<a class="ka-logo" href="https://www.khanacademy.org/"><img src="img/khan-academy-white.svg" alt="Khan Academy" width="172" height="28"></a>
|
||||
<span class="credits">
|
||||
Created by <a href="https://github.com/xymostech">Emily Eisenberg</a> and <a href="https://sophiebits.com/">Sophie Alpert</a>
|
||||
<br><a href="https://github.com/Khan/KaTeX/blob/master/LICENSE">MIT License</a> · Built from the hard work of <a href="https://github.com/Khan/KaTeX/graphs/contributors">many contributors</a>
|
||||
|
@@ -26,6 +26,12 @@
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
.nav-footer .logo {
|
||||
display: block;
|
||||
margin: 1em auto;
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
.nav-footer .copyright {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
@@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 120 40.541" enable-background="new 0 0 120 40.541" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="white" d="M4.618,27.925c-0.299,0.299-0.591,0.478-0.874,0.538c-0.284,0.06-1.039,0.105-2.264,0.135H0v2.062h0.493
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 40.541">
|
||||
<g fill="white">
|
||||
<path d="M4.618,27.925c-0.299,0.299-0.591,0.478-0.874,0.538c-0.284,0.06-1.039,0.105-2.264,0.135H0v2.062h0.493
|
||||
c0.508-0.09,2.66-0.135,6.456-0.135c3.796,0,5.948,0.045,6.456,0.135h0.493v-2.062h-1.48c-1.764-0.029-2.765-0.209-3.004-0.538
|
||||
c-0.09-0.119-0.135-1.584-0.135-4.394v-4.259l2.062-2.018c0.388-0.359,0.777-0.724,1.166-1.098
|
||||
c0.388-0.373,0.687-0.665,0.897-0.874c0.209-0.209,0.388-0.373,0.538-0.493l3.901,5.873c2.331,3.587,3.661,5.62,3.99,6.098
|
||||
@@ -19,7 +18,7 @@
|
||||
c-0.06,0.24-0.12,0.404-0.179,0.493c-0.06,0.12-2.272,2.317-6.636,6.591l-6.546,6.367l-0.045-6.95c0-4.663,0.015-7.024,0.045-7.084
|
||||
c0.06-0.508,0.897-0.762,2.511-0.762h1.076h0.986V0.037h-0.493c-0.509,0.09-2.661,0.135-6.456,0.135
|
||||
c-3.796,0-5.948-0.045-6.456-0.135H0v2.062h1.48c1.225,0.03,1.98,0.075,2.264,0.135c0.284,0.06,0.575,0.24,0.874,0.538V27.925z"/>
|
||||
<path fill="white" d="M39.542,11.067h1.793v-0.269c0.029-0.119,0.074-0.478,0.135-1.076c0.239-3.198,0.836-5.201,1.793-6.008
|
||||
<path d="M39.542,11.067h1.793v-0.269c0.029-0.119,0.074-0.478,0.135-1.076c0.239-3.198,0.836-5.201,1.793-6.008
|
||||
c0.747-0.628,1.763-1.046,3.049-1.255c0.298-0.029,1.15-0.045,2.556-0.045h1.211c0.687,0,1.113,0.022,1.278,0.067
|
||||
c0.164,0.045,0.291,0.202,0.381,0.471c0.029,0.06,0.045,4.23,0.045,12.509v12.375c-0.24,0.329-0.613,0.538-1.121,0.628
|
||||
c-1.076,0.09-2.421,0.135-4.035,0.135h-1.345v2.062h0.583c0.628-0.09,3.377-0.135,8.25-0.135c4.872,0,7.622,0.045,8.25,0.135h0.583
|
||||
@@ -28,7 +27,7 @@
|
||||
c1.136,0.329,1.957,0.807,2.466,1.435c0.747,0.867,1.225,2.75,1.435,5.649c0.06,0.598,0.104,0.957,0.135,1.076v0.269h1.793v-0.269
|
||||
c0-0.06-0.134-1.763-0.404-5.111c-0.269-3.347-0.419-5.051-0.448-5.111V0.306H40.394v0.269c0,0.06-0.135,1.764-0.404,5.111
|
||||
c-0.269,3.348-0.419,5.052-0.448,5.111V11.067z"/>
|
||||
<path fill="white" d="M100.003,30.66v-2.062h-0.359c-0.658-0.06-1.226-0.254-1.704-0.583c-0.478-0.329-0.717-0.702-0.717-1.121
|
||||
<path d="M100.003,30.66v-2.062h-0.359c-0.658-0.06-1.226-0.254-1.704-0.583c-0.478-0.329-0.717-0.702-0.717-1.121
|
||||
c0-0.209,0.015-0.329,0.045-0.359c0.029-0.09,1.031-1.629,3.004-4.618c0.448-0.687,0.836-1.293,1.166-1.816
|
||||
c0.329-0.523,0.605-0.956,0.829-1.3c0.224-0.343,0.411-0.62,0.56-0.829c0.149-0.209,0.254-0.343,0.314-0.404l0.135-0.135
|
||||
l1.659,2.556c1.105,1.704,2.197,3.408,3.273,5.111c1.076,1.704,1.614,2.6,1.614,2.69c0,0.209-0.314,0.397-0.942,0.56
|
||||
@@ -43,7 +42,7 @@
|
||||
c2.66,4.155,3.99,6.262,3.99,6.322c0,0.03-1.188,1.868-3.564,5.515c-2.376,3.647-3.625,5.56-3.744,5.739
|
||||
c-0.957,1.166-2.765,1.793-5.425,1.883H88.48v2.062h0.359c0.359-0.09,2.002-0.135,4.932-0.135c3.467,0,5.395,0.045,5.784,0.135
|
||||
H100.003z"/>
|
||||
<path fill="white" d="M37.736,15.499h-3.429c-2.264,0-3.396-0.011-3.396-0.034l1.715-5.077l1.681-5.043l0.672,1.984
|
||||
<path d="M37.736,15.499h-3.429c-2.264,0-3.396-0.011-3.396-0.034l1.715-5.077l1.681-5.043l0.672,1.984
|
||||
c0.493,1.435,1.064,3.127,1.715,5.077L37.736,15.499z M31.583,24.072v-1.547h-0.168c-0.493,0-0.958-0.095-1.395-0.286
|
||||
c-0.437-0.19-0.723-0.431-0.857-0.723c-0.067-0.089-0.101-0.19-0.101-0.303c0-0.134,0.224-0.863,0.672-2.185l0.672-1.984h7.834
|
||||
l0.807,2.387c0.538,1.614,0.807,2.443,0.807,2.488c0,0.403-0.785,0.605-2.353,0.605h-0.437v1.547h0.336
|
||||
@@ -52,7 +51,7 @@
|
||||
C36.066,0.101,35.797,0.023,35.348,0h-0.303c-0.359,0-0.572,0.09-0.639,0.269c-0.023,0.023-0.611,1.754-1.765,5.194
|
||||
c-1.155,3.441-2.315,6.892-3.48,10.355c-1.166,3.463-1.76,5.228-1.782,5.295c-0.449,0.874-1.479,1.345-3.093,1.412h-0.504v1.547
|
||||
h0.235c0.269-0.067,1.401-0.101,3.396-0.101c2.174,0,3.463,0.034,3.866,0.101H31.583z"/>
|
||||
<path fill="white" d="M68.318,37.806c-0.299,0.299-0.591,0.478-0.874,0.538c-0.284,0.06-1.039,0.105-2.264,0.135H63.7v2.062h26.229v-0.135
|
||||
<path d="M68.318,37.806c-0.299,0.299-0.591,0.478-0.874,0.538c-0.284,0.06-1.039,0.105-2.264,0.135H63.7v2.062h26.229v-0.135
|
||||
c0.06-0.09,0.381-2.085,0.964-5.986c0.583-3.901,0.889-5.896,0.919-5.986v-0.135h-1.793v0.135c-0.03,0.06-0.105,0.464-0.224,1.211
|
||||
c-0.269,1.793-0.613,3.244-1.031,4.349c-0.509,1.375-1.248,2.399-2.219,3.071c-0.972,0.673-2.324,1.114-4.058,1.323
|
||||
c-0.419,0.03-1.973,0.045-4.663,0.045h-2.287c-1.375,0-2.152-0.074-2.331-0.224c-0.09-0.06-0.15-0.164-0.179-0.314
|
||||
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.7 KiB |
54
website/static/img/khan-academy-white.svg
Normal file
54
website/static/img/khan-academy-white.svg
Normal file
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 910 148">
|
||||
<g fill="white">
|
||||
<path d="M125.33,33.35,68.69,1.09a9.38,9.38,0,0,0-8.36,0L3.69,33.35c-3,1.5-4.18,3.91-4.18,7.2v67.12
|
||||
c0,3.29,1.2,5.4,4.18,7.2l56.64,32.26a9.38,9.38,0,0,0,8.36,0l56.64-32.26c3-1.8,4.18-3.91,4.18-7.2V40.55
|
||||
C129.51,36.66,127.7,34.55,125.33,33.35ZM64.51,31.29a16,16,0,1,1-16,16A16,16,0,0,1,64.51,31.29Zm18,81.53
|
||||
a52,52,0,0,1-18.08,3.23,51.24,51.24,0,0,1-17.95-3.23c-18.69-7.12-32-25.68-32-47.45a52.06,52.06,0,0,1,.27-5.32
|
||||
c26.93.14,48.72,22.71,48.72,50.55v1.18h2.1V110.6c0-27.84,21.75-50.41,48.64-50.55a52.06,52.06,0,0,1,.27,5.32
|
||||
C114.51,87.14,101.2,105.7,82.55,112.82Z"/>
|
||||
<path d="M165.58,34.35a2.85,2.85,0,0,1,2.89-2.89h10.58a2.92,2.92,0,0,1,2.89,2.89V66.82l30.3-34.16a2.89,2.89,0,0,1,2.29-1.2h12
|
||||
a2.56,2.56,0,0,1,1.93,4.33L197.09,71.15l33.67,40.28a2.64,2.64,0,0,1-2.16,4.21H215.49a2.64,2.64,0,0,1-2.17-.84L181.94,76.08
|
||||
v36.67a2.92,2.92,0,0,1-2.89,2.89H168.47a2.85,2.85,0,0,1-2.89-2.89Z"/>
|
||||
<path d="M239.54,34.11a2.84,2.84,0,0,1,2.65-2.65h9.74a2.75,2.75,0,0,1,2.64,2.65V63.57
|
||||
c2.77-2.41,7.58-4.69,14.19-4.69,17.68,0,22.49,12.27,22.49,26.22V113a2.75,2.75,0,0,1-2.65,2.65h-9.74
|
||||
a2.67,2.67,0,0,1-2.64-2.65V85c0-7.69-3.49-12.38-10.1-12.38S256,76.68,254.57,82.33V113c0,1.57-.72,2.65-2.88,2.65
|
||||
h-9.5a2.75,2.75,0,0,1-2.65-2.65Z"/>
|
||||
<path d="M321.79,80.53a40.83,40.83,0,0,1,10.7,1.56c.24-7.1-1.8-10.46-7.69-10.46a69.78,69.78,0,0,0-15.64,2
|
||||
c-1.8.6-2.88-.72-3.12-2.4L304.83,65a2.53,2.53,0,0,1,1.81-3.36,69.71,69.71,0,0,1,19-2.77c17.32,0,20.92,9,20.92,24.17
|
||||
V113a2.67,2.67,0,0,1-2.64,2.65h-4.09c-1,0-1.69-.36-2.41-1.92L335.86,110a24.36,24.36,0,0,1-17.44,7
|
||||
c-11.06,0-18.76-7.09-18.76-19C299.66,88.1,307.72,80.53,321.79,80.53Zm.36,25.25c4.93,0,9.26-3.85,10-5.89V91.71
|
||||
A22.21,22.21,0,0,0,324,90c-6.37,0-9.86,3-9.86,7.93C314.09,102.65,317,105.78,322.15,105.78Z"/>
|
||||
<path d="M359.07,62.73a2.66,2.66,0,0,1,2.64-2.65h4.57a2.13,2.13,0,0,1,2.29,1.69l2,5.17a22.43,22.43,0,0,1,17.92-8.06
|
||||
c17.68,0,22.25,11.9,22.25,25.37V113a2.76,2.76,0,0,1-2.65,2.65h-9.74a2.67,2.67,0,0,1-2.64-2.65V84.25
|
||||
c0-7.21-2.89-11.66-9.63-11.66a12.23,12.23,0,0,0-12,8.66V113c0,2.05-.84,2.65-3.49,2.65h-8.9a2.75,2.75,0,0,1-2.64-2.65Z"/>
|
||||
<path d="M439.2,112.51l37.4-80.93a2.16,2.16,0,0,1,2-1.32h1.21a2,2,0,0,1,2,1.32l37,80.93a2.13,2.13,0,0,1-2,3.13H506.42
|
||||
c-1.8,0-2.64-.72-3.48-2.41l-5.9-13h-36l-5.89,13a3.63,3.63,0,0,1-3.49,2.41H441.25A2.13,2.13,0,0,1,439.2,112.51Z
|
||||
M491.15,86.9l-12-26.46h-.37L467,86.9Z"/>
|
||||
<path d="M549.88,58.88c8.66,0,15.39,3.73,20.68,9.38,1.2,1.2.6,2.77-.6,4l-5.05,5.53
|
||||
c-1.2,1.32-2.53.72-3.61-.36-2.64-2.53-5.89-4.81-11.06-4.81-8.66,0-14.67,6.73-14.67,15.27s5.89,15.39,14.55,15.39
|
||||
c6.13,0,9.38-3.36,11.78-6.13a2.61,2.61,0,0,1,3.49-.36l5.41,4.57
|
||||
c1.33,1.2,1.93,2.52,1,4-4.69,7.33-12.14,11.66-22,11.66-16.24,0-29.34-12.38-29.34-29.1C520.42,71.51,533.4,58.88,549.88,58.88Z"/>
|
||||
<path d="M601.33,80.53A40.83,40.83,0,0,1,612,82.09c.24-7.1-1.8-10.46-7.69-10.46a69.78,69.78,0,0,0-15.64,2
|
||||
c-1.8.6-2.88-.72-3.12-2.4L584.37,65a2.53,2.53,0,0,1,1.81-3.36,69.71,69.71,0,0,1,19-2.77c17.31,0,20.92,9,20.92,24.17V113
|
||||
a2.67,2.67,0,0,1-2.64,2.65h-4.09c-1,0-1.69-.36-2.41-1.92L615.4,110A24.36,24.36,0,0,1,598,117c-11.06,0-18.76-7.09-18.76-19
|
||||
C579.2,88.1,587.26,80.53,601.33,80.53Zm.36,25.25c4.93,0,9.26-3.85,10-5.89V91.71A22.21,22.21,0,0,0,603.49,90
|
||||
c-6.37,0-9.86,3-9.86,7.93C593.63,102.65,596.52,105.78,601.69,105.78Z"/>
|
||||
<path d="M663.07,58.88a41.4,41.4,0,0,1,13.35,2.28v-27a2.84,2.84,0,0,1,2.65-2.65h9.74a2.75,2.75,0,0,1,2.64,2.65V113
|
||||
a2.67,2.67,0,0,1-2.64,2.65h-4.45c-1.33,0-2.17-1.08-2.65-2.65l-1.44-4.33a24,24,0,0,1-18.16,8.3c-15.15,0-26.58-12.26-26.58-29.1
|
||||
C635.53,71.63,646.48,58.88,663.07,58.88Zm13.35,16.84a22,22,0,0,0-11.54-3.13c-9.14,0-13.83,7.45-13.83,15.27
|
||||
s4.45,15.39,13.1,15.39c7.22,0,11.07-4.57,12.27-7.69Z"/>
|
||||
<path d="M729.09,58.88c14.43,0,25.49,10.7,25.49,25.73,0,.85-.12,2.77-.24,3.61a2.83,2.83,0,0,1-2.64,2.53H716.1
|
||||
c.12,6.85,5.77,12.86,13.83,12.86a18.46,18.46,0,0,0,11.91-4.08c1.32-1.09,2.76-1.21,3.6,0l4.69,6.25a2.34,2.34,0,0,1-.24,3.61
|
||||
A31.4,31.4,0,0,1,729.21,117c-16.6,0-28.14-13.23-28.14-29.1C701.07,72.23,712.61,58.88,729.09,58.88Zm10.34,22
|
||||
c-.24-5.42-4.57-9.62-10.7-9.62-6.74,0-11.07,4.08-11.79,9.62Z"/>
|
||||
<path d="M763.48,62.73a2.66,2.66,0,0,1,2.64-2.65h4.33a2.15,2.15,0,0,1,2.29,1.57l2,5.29a21.13,21.13,0,0,1,17-8.06
|
||||
c8.06,0,12,2.89,16.59,8.42,2.41-2.53,7.94-8.42,17.92-8.42,17.8,0,22,11.3,22,25.73V113a2.7,2.7,0,0,1-2.77,2.65h-9.62
|
||||
a2.67,2.67,0,0,1-2.64-2.65V84.25c0-7.21-2.65-11.66-9.62-11.66-8.06,0-10.35,5.77-10.35,5.77s.24,2.77.24,5.29V113
|
||||
a2.75,2.75,0,0,1-2.64,2.65H801a2.59,2.59,0,0,1-2.65-2.65V84.25c0-7.21-2-11.66-9.14-11.66-6.85,0-9.38,4.81-10.7,8.66V113
|
||||
a2.75,2.75,0,0,1-2.65,2.65h-9.74a2.75,2.75,0,0,1-2.64-2.65Z"/>
|
||||
<path d="M854,63.69c-.72-1.92.24-3.61,2.4-3.61H868a2.15,2.15,0,0,1,2.28,1.57l10,33.19h.24l12.63-33.19c.84-1.45,1.8-1.57,3.49-1.57
|
||||
h10.22a2.44,2.44,0,0,1,2.4,3.61l-32.7,78.89a2.83,2.83,0,0,1-2.41,1.68H862.57a2.51,2.51,0,0,1-2.41-3.73l11.18-28.14Z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB |
46
website/static/img/khan-academy.svg
Normal file
46
website/static/img/khan-academy.svg
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 176 28">
|
||||
<g fill="white">
|
||||
<path d="M33.66,6.5A.54.54,0,0,1,34.21,6h2a.55.55,0,0,1,.55.55v6.2l5.79-6.52A.53.53,0,0,1,43,6h2.3a.48.48,0,0,1,.36.82
|
||||
l-6,6.75,6.43,7.69a.51.51,0,0,1-.41.81h-2.5a.55.55,0,0,1-.42-.16l-6-7.4v7a.56.56,0,0,1-.55.56h-2a.55.55,0,0,1-.55-.56Z"/>
|
||||
<path d="M47.78,6.45a.54.54,0,0,1,.5-.5h1.86a.52.52,0,0,1,.51.5v5.63a4.07,4.07,0,0,1,2.7-.9c3.38,0,4.3,2.34,4.3,5v5.32
|
||||
a.53.53,0,0,1-.51.51H55.28a.51.51,0,0,1-.5-.51V16.16c0-1.47-.67-2.36-1.93-2.36a2.18,2.18,0,0,0-2.2,1.86v5.85
|
||||
c0,.3-.14.51-.56.51H48.28a.52.52,0,0,1-.5-.51Z"/>
|
||||
<path d="M63.48,15.31a7.7,7.7,0,0,1,2,.3c0-1.35-.34-2-1.47-2a13.49,13.49,0,0,0-3,.39c-.35.12-.55-.13-.6-.45l-.23-1.2
|
||||
a.48.48,0,0,1,.34-.64,13.49,13.49,0,0,1,3.63-.53c3.31,0,4,1.72,4,4.62v5.71a.51.51,0,0,1-.51.51h-.78
|
||||
c-.18,0-.32-.07-.46-.37l-.3-.71a4.66,4.66,0,0,1-3.33,1.33,3.38,3.38,0,0,1-3.58-3.63C59.25,16.76,60.79,15.31,63.48,15.31Z
|
||||
m.07,4.82A2.27,2.27,0,0,0,65.45,19V17.45a4.23,4.23,0,0,0-1.56-.32c-1.22,0-1.88.57-1.88,1.51A1.4,1.4,0,0,0,63.55,20.13Z"/>
|
||||
<path d="M70.59,11.92a.51.51,0,0,1,.51-.51H72a.42.42,0,0,1,.44.32l.39,1a4.26,4.26,0,0,1,3.42-1.54c3.37,0,4.24,2.27,4.24,4.84
|
||||
v5.49A.52.52,0,0,1,80,22H78.1a.51.51,0,0,1-.51-.51V16c0-1.37-.55-2.22-1.83-2.22a2.34,2.34,0,0,0-2.3,1.65v6.06
|
||||
c0,.39-.16.51-.66.51H71.1a.53.53,0,0,1-.51-.51Z"/>
|
||||
<path d="M85.89,21.42,93,6a.4.4,0,0,1,.39-.25h.23A.39.39,0,0,1,94,6l7.07,15.45a.41.41,0,0,1-.39.6h-2a.66.66,0,0,1-.67-.46
|
||||
l-1.12-2.48H90.07l-1.13,2.48a.69.69,0,0,1-.66.46h-2A.4.4,0,0,1,85.89,21.42Zm9.91-4.89-2.29-5.05h-.07l-2.25,5.05Z"/>
|
||||
<path d="M107,11.18A5.24,5.24,0,0,1,111,13c.23.23.12.53-.11.76l-1,1.06c-.23.25-.48.13-.69-.07
|
||||
a2.84,2.84,0,0,0-2.11-.92,2.78,2.78,0,0,0-2.8,2.91,2.77,2.77,0,0,0,2.78,2.94,2.81,2.81,0,0,0,2.25-1.17.5.5,0,0,1,.66-.07
|
||||
l1,.87c.25.23.37.49.18.76a4.75,4.75,0,0,1-4.2,2.23,5.55,5.55,0,1,1,0-11.09Z"/>
|
||||
<path d="M116.83,15.31a7.82,7.82,0,0,1,2,.3c0-1.35-.35-2-1.47-2a13.5,13.5,0,0,0-3,.39c-.34.12-.55-.13-.59-.45l-.23-1.2
|
||||
a.48.48,0,0,1,.34-.64,13.49,13.49,0,0,1,3.63-.53c3.3,0,4,1.72,4,4.62v5.71a.51.51,0,0,1-.5.51h-.78c-.19,0-.32-.07-.46-.37
|
||||
l-.3-.71a4.68,4.68,0,0,1-3.33,1.33,3.38,3.38,0,0,1-3.58-3.63C112.61,16.76,114.15,15.31,116.83,15.31Zm.07,4.82
|
||||
A2.29,2.29,0,0,0,118.81,19V17.45a4.23,4.23,0,0,0-1.56-.32c-1.22,0-1.88.57-1.88,1.51A1.39,1.39,0,0,0,116.9,20.13Z"/>
|
||||
<path d="M128.62,11.18a7.67,7.67,0,0,1,2.55.44V6.45a.54.54,0,0,1,.5-.5h1.86a.52.52,0,0,1,.51.5V21.51a.51.51,0,0,1-.51.51
|
||||
h-.85c-.25,0-.41-.21-.5-.51l-.28-.83a4.55,4.55,0,0,1-3.46,1.59c-2.9,0-5.08-2.34-5.08-5.56A5.21,5.21,0,0,1,128.62,11.18Z
|
||||
m2.55,3.22a4.18,4.18,0,0,0-2.21-.6,2.68,2.68,0,0,0-2.64,2.91c0,1.5.85,2.94,2.51,2.94a2.43,2.43,0,0,0,2.34-1.47Z"/>
|
||||
<path d="M141.22,11.18a4.75,4.75,0,0,1,4.87,4.91c0,.16,0,.53-.05.69a.53.53,0,0,1-.5.48h-6.8
|
||||
a2.55,2.55,0,0,0,2.64,2.46,3.49,3.49,0,0,0,2.27-.78c.26-.21.53-.23.69,0l.9,1.19
|
||||
a.45.45,0,0,1-.05.69,6,6,0,0,1-3.95,1.45,5.37,5.37,0,0,1-5.37-5.56A5.37,5.37,0,0,1,141.22,11.18Zm2,4.2
|
||||
a1.94,1.94,0,0,0-2-1.83,2.11,2.11,0,0,0-2.25,1.83Z"/>
|
||||
<path d="M147.79,11.92a.51.51,0,0,1,.5-.51h.83a.4.4,0,0,1,.43.3l.39,1
|
||||
a4,4,0,0,1,3.24-1.54,3.61,3.61,0,0,1,3.17,1.61,4.53,4.53,0,0,1,3.42-1.61c3.39,0,4.2,2.16,4.2,4.91v5.42a.52.52,0,0,1-.53.51
|
||||
H161.6a.51.51,0,0,1-.5-.51V16c0-1.37-.51-2.22-1.84-2.22a2,2,0,0,0-2,1.1s0,.53,0,1v5.6a.52.52,0,0,1-.5.51H155
|
||||
a.5.5,0,0,1-.51-.51V16c0-1.37-.39-2.22-1.74-2.22a2.1,2.1,0,0,0-2,1.65v6.06a.52.52,0,0,1-.5.51h-1.86a.52.52,0,0,1-.5-.51Z"/>
|
||||
<path d="M165.07,12.1a.47.47,0,0,1,.46-.69h2.2a.42.42,0,0,1,.44.3l1.9,6.33h.05l2.41-6.33c.16-.28.34-.3.67-.3h2
|
||||
a.47.47,0,0,1,.46.69l-6.25,15.06a.53.53,0,0,1-.46.32h-2.2a.48.48,0,0,1-.46-.71l2.13-5.37Z"/>
|
||||
<path fill="#14bf96" d="M2.31,5.8A3.56,3.56,0,0,0,.66,8.6V19.4a3.56,3.56,0,0,0,1.65,2.8L12,27.62a3.75,3.75,0,0,0,3.3,0
|
||||
L25,22.2a3.56,3.56,0,0,0,1.65-2.8V8.6A3.56,3.56,0,0,0,25,5.8L15.31.38a3.75,3.75,0,0,0-3.3,0Z"/>
|
||||
<path d="M23.61,11.32c-5.38,0-9.4,4.46-9.4,9.93v.23H13.13v-.23c0-5.47-4-9.91-9.42-9.93,0,.34,0,.69,0,1
|
||||
a9.91,9.91,0,0,0,6.4,9.32,10.47,10.47,0,0,0,3.59.64,10.64,10.64,0,0,0,3.62-.64,9.92,9.92,0,0,0,6.39-9.32
|
||||
C23.66,12,23.64,11.66,23.61,11.32Z"/>
|
||||
<circle cx="13.66" cy="8.74" r="3"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
Reference in New Issue
Block a user