chore: removed unused media files
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
|
@ -1,73 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 6.0.1 (20220911.1526)
|
||||
-->
|
||||
<!-- Pages: 1 -->
|
||||
<svg width="368pt" height="256pt"
|
||||
viewBox="0.00 0.00 368.00 256.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 252)">
|
||||
<polygon fill="none" stroke="none" points="-4,4 -4,-252 364,-252 364,4 -4,4"/>
|
||||
<!-- from -->
|
||||
<g id="node1" class="node">
|
||||
<title>from</title>
|
||||
<polygon fill="none" stroke="black" points="360,-248 0,-248 0,-219 360,-219 360,-248"/>
|
||||
<text text-anchor="start" x="125" y="-232" font-family="monospace" font-weight="bold" font-size="10.00">FROM </text>
|
||||
<text text-anchor="start" x="156" y="-232" font-family="monospace" font-size="10.00">ubuntu:latest</text>
|
||||
</g>
|
||||
<!-- deps -->
|
||||
<g id="node2" class="node">
|
||||
<title>deps</title>
|
||||
<polygon fill="none" stroke="black" points="360,-197 0,-197 0,-168 360,-168 360,-197"/>
|
||||
<text text-anchor="start" x="110" y="-185.5" font-family="monospace" font-weight="bold" font-size="10.00">RUN </text>
|
||||
<text text-anchor="start" x="135" y="-185.5" font-family="monospace" font-size="10.00">apt-get update && \</text>
|
||||
<text text-anchor="start" x="74.5" y="-175.5" font-family="monospace" font-size="10.00">apt-get install -y build-essentials</text>
|
||||
</g>
|
||||
<!-- from->deps -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>from->deps</title>
|
||||
<path fill="none" stroke="black" d="M180,-218.77C180,-214.96 180,-211.15 180,-207.33"/>
|
||||
<polygon fill="black" stroke="black" points="183.5,-207.24 180,-197.24 176.5,-207.24 183.5,-207.24"/>
|
||||
</g>
|
||||
<!-- copy -->
|
||||
<g id="node3" class="node">
|
||||
<title>copy</title>
|
||||
<polygon fill="none" stroke="red" points="360,-146 0,-146 0,-117 360,-117 360,-146"/>
|
||||
<text text-anchor="start" x="101" y="-130" font-family="monospace" font-weight="bold" font-size="10.00">COPY </text>
|
||||
<text text-anchor="start" x="132" y="-130" font-family="monospace" font-size="10.00">main.c Makefile /src/</text>
|
||||
</g>
|
||||
<!-- deps->copy -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>deps->copy</title>
|
||||
<path fill="none" stroke="black" d="M180,-167.77C180,-163.96 180,-160.15 180,-156.33"/>
|
||||
<polygon fill="black" stroke="black" points="183.5,-156.24 180,-146.24 176.5,-156.24 183.5,-156.24"/>
|
||||
</g>
|
||||
<!-- workdir -->
|
||||
<g id="node4" class="node">
|
||||
<title>workdir</title>
|
||||
<polygon fill="none" stroke="black" points="360,-80 0,-80 0,-51 360,-51 360,-80"/>
|
||||
<text text-anchor="start" x="140" y="-64" font-family="monospace" font-weight="bold" font-size="10.00">WORKDIR </text>
|
||||
<text text-anchor="start" x="189" y="-64" font-family="monospace" font-size="10.00">/src/</text>
|
||||
</g>
|
||||
<!-- copy->workdir -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>copy->workdir</title>
|
||||
<path fill="none" stroke="red" d="M180,-116.89C180,-109.12 180,-99.36 180,-90.43"/>
|
||||
<polygon fill="red" stroke="red" points="183.5,-90.15 180,-80.15 176.5,-90.15 183.5,-90.15"/>
|
||||
<text text-anchor="middle" x="169.5" y="-94.8" font-family="Times,serif" font-size="14.00"> ❌  </text>
|
||||
</g>
|
||||
<!-- build -->
|
||||
<g id="node5" class="node">
|
||||
<title>build</title>
|
||||
<polygon fill="none" stroke="black" points="360,-29 0,-29 0,0 360,0 360,-29"/>
|
||||
<text text-anchor="start" x="137" y="-13" font-family="monospace" font-weight="bold" font-size="10.00">RUN </text>
|
||||
<text text-anchor="start" x="162" y="-13" font-family="monospace" font-size="10.00">make build</text>
|
||||
</g>
|
||||
<!-- workdir->build -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>workdir->build</title>
|
||||
<path fill="none" stroke="black" d="M180,-50.77C180,-46.96 180,-43.15 180,-39.33"/>
|
||||
<polygon fill="black" stroke="black" points="183.5,-39.24 180,-29.24 176.5,-39.24 183.5,-39.24"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.7 KiB |
|
@ -1,74 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 6.0.1 (20220911.1526)
|
||||
-->
|
||||
<!-- Pages: 1 -->
|
||||
<svg width="368pt" height="271pt"
|
||||
viewBox="0.00 0.00 368.00 271.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 267)">
|
||||
<polygon fill="none" stroke="none" points="-4,4 -4,-267 364,-267 364,4 -4,4"/>
|
||||
<!-- from -->
|
||||
<g id="node1" class="node">
|
||||
<title>from</title>
|
||||
<polygon fill="none" stroke="black" points="360,-263 0,-263 0,-234 360,-234 360,-263"/>
|
||||
<text text-anchor="start" x="125" y="-247" font-family="monospace" font-weight="bold" font-size="10.00">FROM </text>
|
||||
<text text-anchor="start" x="156" y="-247" font-family="monospace" font-size="10.00">ubuntu:latest</text>
|
||||
</g>
|
||||
<!-- deps -->
|
||||
<g id="node2" class="node">
|
||||
<title>deps</title>
|
||||
<polygon fill="none" stroke="black" points="360,-212 0,-212 0,-183 360,-183 360,-212"/>
|
||||
<text text-anchor="start" x="110" y="-200.5" font-family="monospace" font-weight="bold" font-size="10.00">RUN </text>
|
||||
<text text-anchor="start" x="135" y="-200.5" font-family="monospace" font-size="10.00">apt-get update && \</text>
|
||||
<text text-anchor="start" x="74.5" y="-190.5" font-family="monospace" font-size="10.00">apt-get install -y build-essentials</text>
|
||||
</g>
|
||||
<!-- from->deps -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>from->deps</title>
|
||||
<path fill="none" stroke="black" d="M180,-233.77C180,-229.96 180,-226.15 180,-222.33"/>
|
||||
<polygon fill="black" stroke="black" points="183.5,-222.24 180,-212.24 176.5,-222.24 183.5,-222.24"/>
|
||||
</g>
|
||||
<!-- copy -->
|
||||
<g id="node3" class="node">
|
||||
<title>copy</title>
|
||||
<polygon fill="none" stroke="red" points="360,-161 0,-161 0,-132 360,-132 360,-161"/>
|
||||
<text text-anchor="start" x="101" y="-145" font-family="monospace" font-weight="bold" font-size="10.00">COPY </text>
|
||||
<text text-anchor="start" x="132" y="-145" font-family="monospace" font-size="10.00">main.c Makefile /src/</text>
|
||||
</g>
|
||||
<!-- deps->copy -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>deps->copy</title>
|
||||
<path fill="none" stroke="black" d="M180,-182.77C180,-178.96 180,-175.15 180,-171.33"/>
|
||||
<polygon fill="black" stroke="black" points="183.5,-171.24 180,-161.24 176.5,-171.24 183.5,-171.24"/>
|
||||
</g>
|
||||
<!-- workdir -->
|
||||
<g id="node4" class="node">
|
||||
<title>workdir</title>
|
||||
<polygon fill="none" stroke="red" points="360,-95 0,-95 0,-66 360,-66 360,-95"/>
|
||||
<text text-anchor="start" x="140" y="-79" font-family="monospace" font-weight="bold" font-size="10.00">WORKDIR </text>
|
||||
<text text-anchor="start" x="189" y="-79" font-family="monospace" font-size="10.00">/src/</text>
|
||||
</g>
|
||||
<!-- copy->workdir -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>copy->workdir</title>
|
||||
<path fill="none" stroke="red" d="M180,-131.89C180,-124.12 180,-114.36 180,-105.43"/>
|
||||
<polygon fill="red" stroke="red" points="183.5,-105.15 180,-95.15 176.5,-105.15 183.5,-105.15"/>
|
||||
<text text-anchor="middle" x="169.5" y="-109.8" font-family="Times,serif" font-size="14.00"> ❌  </text>
|
||||
</g>
|
||||
<!-- build -->
|
||||
<g id="node5" class="node">
|
||||
<title>build</title>
|
||||
<polygon fill="none" stroke="red" points="360,-29 0,-29 0,0 360,0 360,-29"/>
|
||||
<text text-anchor="start" x="137" y="-13" font-family="monospace" font-weight="bold" font-size="10.00">RUN </text>
|
||||
<text text-anchor="start" x="162" y="-13" font-family="monospace" font-size="10.00">make build</text>
|
||||
</g>
|
||||
<!-- workdir->build -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>workdir->build</title>
|
||||
<path fill="none" stroke="red" d="M180,-65.89C180,-58.12 180,-48.36 180,-39.43"/>
|
||||
<polygon fill="red" stroke="red" points="183.5,-39.15 180,-29.15 176.5,-39.15 183.5,-39.15"/>
|
||||
<text text-anchor="middle" x="169.5" y="-43.8" font-family="Times,serif" font-size="14.00"> ❌  </text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 801 KiB |
Before Width: | Height: | Size: 297 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 991 KiB |
Before Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 478 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 269 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 568 B |
Before Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 170 KiB |
Before Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 124 KiB |
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 105 KiB |
Before Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 183 KiB |
|
@ -1,23 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_805_32032)">
|
||||
<path d="M23.5 40C32.6127 40 40 32.6127 40 23.5C40 14.3873 32.6127 7 23.5 7C14.3873 7 7 14.3873 7 23.5C7 32.6127 14.3873 40 23.5 40Z" fill="#2673E3"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.4837 21.3661C37.4114 21.3077 36.7353 20.7977 35.3108 20.7977C34.9544 20.7977 34.5785 20.8301 34.1879 20.8943C33.9127 19.0035 32.3525 18.0825 32.2799 18.0408L31.8971 17.8198L31.6447 18.1832C31.6259 18.2102 31.1826 18.8557 30.9651 19.7744C30.7097 20.8533 30.8646 21.8663 31.4128 22.7335C30.7509 23.1018 29.6942 23.1979 29.4749 23.2008H11.9C11.4415 23.2008 11.0669 23.5734 11.0651 24.0316C11.0581 25.6486 11.3246 27.2112 11.8354 28.5503C12.4412 30.1384 13.3423 31.3075 14.5132 32.0253C15.8266 32.8299 17.9648 33.2915 20.3793 33.2915C21.509 33.2915 22.6351 33.1895 23.6356 32.9963C25.2123 32.6924 26.6438 32.1724 27.8899 31.4514C28.9767 30.8228 29.9527 30.0231 30.791 29.0752C32.1836 27.4995 33.0132 25.7395 33.63 24.1821C33.7132 24.1854 33.7951 24.1869 33.8759 24.1869C35.4003 24.1869 36.3378 23.5776 36.8555 23.0661C37.417 22.5113 37.6169 21.9583 37.6377 21.897L37.7469 21.5773L37.4837 21.3661Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5289 22.6867H15.8842C15.9977 22.6867 16.0902 22.5946 16.0902 22.4805V20.3816C16.0902 20.2675 15.9977 20.1753 15.8842 20.1753H13.5289C13.4152 20.1753 13.3228 20.2675 13.3228 20.3816V22.4805C13.3228 22.5946 13.4152 22.6867 13.5289 22.6867Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.7746 22.6867H19.1293C19.2433 22.6867 19.3356 22.5946 19.3356 22.4805V20.3816C19.3356 20.2675 19.2433 20.1753 19.1293 20.1753H16.7746C16.6605 20.1753 16.5684 20.2675 16.5684 20.3816V22.4805C16.5684 22.5946 16.6605 22.6867 16.7746 22.6867Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0697 22.6867H22.4248C22.5385 22.6867 22.631 22.5946 22.631 22.4805V20.3816C22.631 20.2675 22.5385 20.1753 22.4248 20.1753H20.0697C19.956 20.1753 19.8638 20.2675 19.8638 20.3816V22.4805C19.8638 22.5946 19.956 22.6867 20.0697 22.6867Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3264 22.6867H25.6813C25.7954 22.6867 25.8876 22.5946 25.8876 22.4805V20.3816C25.8876 20.2675 25.7954 20.1753 25.6813 20.1753H23.3264C23.2128 20.1753 23.1201 20.2675 23.1201 20.3816V22.4805C23.1201 22.5946 23.2128 22.6867 23.3264 22.6867Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.7746 19.6667H19.1293C19.2433 19.6667 19.3356 19.5745 19.3356 19.4607V17.3615C19.3356 17.2477 19.2433 17.1553 19.1293 17.1553H16.7746C16.6605 17.1553 16.5684 17.2477 16.5684 17.3615V19.4607C16.5684 19.5745 16.6605 19.6667 16.7746 19.6667Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0697 19.6667H22.4248C22.5385 19.6667 22.631 19.5745 22.631 19.4607V17.3615C22.631 17.2477 22.5385 17.1553 22.4248 17.1553H20.0697C19.956 17.1553 19.8638 17.2477 19.8638 17.3615V19.4607C19.8638 19.5745 19.956 19.6667 20.0697 19.6667Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3264 19.6667H25.6813C25.7954 19.6667 25.8876 19.5745 25.8876 19.4607V17.3615C25.8876 17.2477 25.7954 17.1553 25.6813 17.1553H23.3264C23.2128 17.1553 23.1201 17.2477 23.1201 17.3615V19.4607C23.1201 19.5745 23.2128 19.6667 23.3264 19.6667Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3264 16.6468H25.6813C25.7954 16.6468 25.8876 16.5542 25.8876 16.4404V14.3416C25.8876 14.2275 25.7954 14.1353 25.6813 14.1353H23.3264C23.2128 14.1353 23.1201 14.2275 23.1201 14.3416V16.4404C23.1201 16.5542 23.2128 16.6468 23.3264 16.6468Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.6115 22.6867H28.9663C29.0803 22.6867 29.1725 22.5946 29.1725 22.4805V20.3816C29.1725 20.2675 29.0803 20.1753 28.9663 20.1753H26.6115C26.4974 20.1753 26.4053 20.2675 26.4053 20.3816V22.4805C26.4053 22.5946 26.4974 22.6867 26.6115 22.6867Z" fill="white"/>
|
||||
<path d="M35.0501 40.0001C37.7839 40.0001 40.0001 37.7839 40.0001 35.0501C40.0001 32.3163 37.7839 30.1001 35.0501 30.1001C32.3163 30.1001 30.1001 32.3163 30.1001 35.0501C30.1001 37.7839 32.3163 40.0001 35.0501 40.0001Z" fill="#3CC1AD"/>
|
||||
<path d="M35.05 38.3498L38.35 35.0498H31.75L35.05 38.3498Z" fill="white"/>
|
||||
<path d="M36.4862 32.2998H33.6133V35.2423H36.4862V32.2998Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32032">
|
||||
<rect width="33" height="33" fill="white" transform="translate(7 7)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.4 KiB |
|
@ -1,23 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_805_32015)">
|
||||
<path d="M23.5 40C32.6127 40 40 32.6127 40 23.5C40 14.3873 32.6127 7 23.5 7C14.3873 7 7 14.3873 7 23.5C7 32.6127 14.3873 40 23.5 40Z" fill="#086DD7"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.4837 21.3661C37.4114 21.3077 36.7353 20.7977 35.3108 20.7977C34.9544 20.7977 34.5785 20.8301 34.1879 20.8943C33.9127 19.0035 32.3525 18.0825 32.2799 18.0408L31.8971 17.8198L31.6447 18.1832C31.6259 18.2102 31.1826 18.8557 30.9651 19.7744C30.7097 20.8533 30.8646 21.8663 31.4128 22.7335C30.7509 23.1018 29.6942 23.1979 29.4749 23.2008H11.9C11.4415 23.2008 11.0669 23.5734 11.0651 24.0316C11.0581 25.6486 11.3246 27.2112 11.8354 28.5503C12.4412 30.1384 13.3423 31.3075 14.5132 32.0253C15.8266 32.8299 17.9648 33.2915 20.3793 33.2915C21.509 33.2915 22.6351 33.1895 23.6356 32.9963C25.2123 32.6924 26.6438 32.1724 27.8899 31.4514C28.9767 30.8228 29.9527 30.0231 30.791 29.0752C32.1836 27.4995 33.0132 25.7395 33.63 24.1821C33.7132 24.1854 33.7951 24.1869 33.8759 24.1869C35.4003 24.1869 36.3378 23.5776 36.8555 23.0661C37.417 22.5113 37.6169 21.9583 37.6377 21.897L37.7469 21.5773L37.4837 21.3661Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5289 22.6867H15.8842C15.9977 22.6867 16.0902 22.5946 16.0902 22.4805V20.3816C16.0902 20.2675 15.9977 20.1753 15.8842 20.1753H13.5289C13.4152 20.1753 13.3228 20.2675 13.3228 20.3816V22.4805C13.3228 22.5946 13.4152 22.6867 13.5289 22.6867Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.7746 22.6867H19.1293C19.2433 22.6867 19.3356 22.5946 19.3356 22.4805V20.3816C19.3356 20.2675 19.2433 20.1753 19.1293 20.1753H16.7746C16.6605 20.1753 16.5684 20.2675 16.5684 20.3816V22.4805C16.5684 22.5946 16.6605 22.6867 16.7746 22.6867Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0697 22.6867H22.4248C22.5385 22.6867 22.631 22.5946 22.631 22.4805V20.3816C22.631 20.2675 22.5385 20.1753 22.4248 20.1753H20.0697C19.956 20.1753 19.8638 20.2675 19.8638 20.3816V22.4805C19.8638 22.5946 19.956 22.6867 20.0697 22.6867Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3264 22.6867H25.6813C25.7954 22.6867 25.8876 22.5946 25.8876 22.4805V20.3816C25.8876 20.2675 25.7954 20.1753 25.6813 20.1753H23.3264C23.2128 20.1753 23.1201 20.2675 23.1201 20.3816V22.4805C23.1201 22.5946 23.2128 22.6867 23.3264 22.6867Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.7746 19.6667H19.1293C19.2433 19.6667 19.3356 19.5745 19.3356 19.4607V17.3615C19.3356 17.2477 19.2433 17.1553 19.1293 17.1553H16.7746C16.6605 17.1553 16.5684 17.2477 16.5684 17.3615V19.4607C16.5684 19.5745 16.6605 19.6667 16.7746 19.6667Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0697 19.6667H22.4248C22.5385 19.6667 22.631 19.5745 22.631 19.4607V17.3615C22.631 17.2477 22.5385 17.1553 22.4248 17.1553H20.0697C19.956 17.1553 19.8638 17.2477 19.8638 17.3615V19.4607C19.8638 19.5745 19.956 19.6667 20.0697 19.6667Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3264 19.6667H25.6813C25.7954 19.6667 25.8876 19.5745 25.8876 19.4607V17.3615C25.8876 17.2477 25.7954 17.1553 25.6813 17.1553H23.3264C23.2128 17.1553 23.1201 17.2477 23.1201 17.3615V19.4607C23.1201 19.5745 23.2128 19.6667 23.3264 19.6667Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3264 16.6468H25.6813C25.7954 16.6468 25.8876 16.5542 25.8876 16.4404V14.3416C25.8876 14.2275 25.7954 14.1353 25.6813 14.1353H23.3264C23.2128 14.1353 23.1201 14.2275 23.1201 14.3416V16.4404C23.1201 16.5542 23.2128 16.6468 23.3264 16.6468Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.6115 22.6867H28.9663C29.0803 22.6867 29.1725 22.5946 29.1725 22.4805V20.3816C29.1725 20.2675 29.0803 20.1753 28.9663 20.1753H26.6115C26.4974 20.1753 26.4053 20.2675 26.4053 20.3816V22.4805C26.4053 22.5946 26.4974 22.6867 26.6115 22.6867Z" fill="white"/>
|
||||
<path d="M35.0501 40.0001C37.7839 40.0001 40.0001 37.7839 40.0001 35.0501C40.0001 32.3163 37.7839 30.1001 35.0501 30.1001C32.3163 30.1001 30.1001 32.3163 30.1001 35.0501C30.1001 37.7839 32.3163 40.0001 35.0501 40.0001Z" fill="#88D5C0"/>
|
||||
<path d="M35.05 38.3498L38.35 35.0498H31.75L35.05 38.3498Z" fill="white"/>
|
||||
<path d="M36.4862 32.2998H33.6133V35.2423H36.4862V32.2998Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32015">
|
||||
<rect width="33" height="33" fill="white" transform="translate(7 7)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.4 KiB |
|
@ -1,16 +0,0 @@
|
|||
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="30" cy="30" r="30" fill="#2854A1"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.9263 27.1071C49.8252 27.0254 48.8802 26.3126 46.8891 26.3126C46.391 26.3126 45.8656 26.3579 45.3197 26.4476C44.935 23.8048 42.7543 22.5175 42.6528 22.4591L42.1177 22.1503L41.765 22.6582C41.7387 22.696 41.119 23.5982 40.815 24.8823C40.458 26.3903 40.6746 27.8062 41.4408 29.0183C40.5156 29.5331 39.0387 29.6674 38.7321 29.6714H14.1672C13.5263 29.6714 13.0027 30.1923 13.0002 30.8327C12.9905 33.0928 13.3629 35.2769 14.0769 37.1486C14.9236 39.3683 16.1832 41.0024 17.8198 42.0057C19.6555 43.1303 22.6441 43.7755 26.0189 43.7755C27.598 43.7755 29.172 43.6329 30.5704 43.3629C32.7742 42.9381 34.775 42.2113 36.5168 41.2036C38.0358 40.3249 39.4 39.2071 40.5717 37.8823C42.5182 35.6798 43.6777 33.2199 44.5399 31.043C44.6561 31.0477 44.7706 31.0498 44.8836 31.0498C47.0143 31.0498 48.3246 30.1981 49.0482 29.4831C49.8331 28.7077 50.1124 27.9347 50.1415 27.8491L50.2941 27.4023L49.9263 27.1071Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.444 28.9527H19.736C19.8947 28.9527 20.0239 28.8239 20.0239 28.6644V25.7307C20.0239 25.5713 19.8947 25.4424 19.736 25.4424H16.444C16.285 25.4424 16.1558 25.5713 16.1558 25.7307V28.6644C16.1558 28.8239 16.285 28.9527 16.444 28.9527Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.9806 28.9527H24.2719C24.4313 28.9527 24.5602 28.8239 24.5602 28.6644V25.7307C24.5602 25.5713 24.4313 25.4424 24.2719 25.4424H20.9806C20.8212 25.4424 20.6924 25.5713 20.6924 25.7307V28.6644C20.6924 28.8239 20.8212 28.9527 20.9806 28.9527Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.5862 28.9527H28.8779C29.0369 28.9527 29.1661 28.8239 29.1661 28.6644V25.7307C29.1661 25.5713 29.0369 25.4424 28.8779 25.4424H25.5862C25.4272 25.4424 25.2983 25.5713 25.2983 25.7307V28.6644C25.2983 28.8239 25.4272 28.9527 25.5862 28.9527Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.1379 28.9527H33.4295C33.5889 28.9527 33.7178 28.8239 33.7178 28.6644V25.7307C33.7178 25.5713 33.5889 25.4424 33.4295 25.4424H30.1379C29.9792 25.4424 29.8496 25.5713 29.8496 25.7307V28.6644C29.8496 28.8239 29.9792 28.9527 30.1379 28.9527Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.9806 24.7314H24.2719C24.4313 24.7314 24.5602 24.6025 24.5602 24.4434V21.5094C24.5602 21.3503 24.4313 21.2211 24.2719 21.2211H20.9806C20.8212 21.2211 20.6924 21.3503 20.6924 21.5094V24.4434C20.6924 24.6025 20.8212 24.7314 20.9806 24.7314Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.5862 24.7314H28.8779C29.0369 24.7314 29.1661 24.6025 29.1661 24.4434V21.5094C29.1661 21.3503 29.0369 21.2211 28.8779 21.2211H25.5862C25.4272 21.2211 25.2983 21.3503 25.2983 21.5094V24.4434C25.2983 24.6025 25.4272 24.7314 25.5862 24.7314Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.1379 24.7314H33.4295C33.5889 24.7314 33.7178 24.6025 33.7178 24.4434V21.5094C33.7178 21.3503 33.5889 21.2211 33.4295 21.2211H30.1379C29.9792 21.2211 29.8496 21.3503 29.8496 21.5094V24.4434C29.8496 24.6025 29.9792 24.7314 30.1379 24.7314Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.1379 20.5104H33.4295C33.5889 20.5104 33.7178 20.3811 33.7178 20.222V17.2884C33.7178 17.1289 33.5889 17 33.4295 17H30.1379C29.9792 17 29.8496 17.1289 29.8496 17.2884V20.222C29.8496 20.3811 29.9792 20.5104 30.1379 20.5104Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.7292 28.9527H38.0205C38.1799 28.9527 38.3087 28.8239 38.3087 28.6644V25.7307C38.3087 25.5713 38.1799 25.4424 38.0205 25.4424H34.7292C34.5697 25.4424 34.4409 25.5713 34.4409 25.7307V28.6644C34.4409 28.8239 34.5697 28.9527 34.7292 28.9527Z" fill="#71CFFF"/>
|
||||
<circle cx="51" cy="51" r="9" fill="#71CFFF"/>
|
||||
<path d="M51 57L57 51H45L51 57Z" fill="white"/>
|
||||
<rect x="48.3882" y="46" width="5.22358" height="5.35" fill="white"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.4 KiB |
|
@ -1,27 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="mask0_805_32049" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="15" width="25" height="25">
|
||||
<g clip-path="url(#clip0_805_32049)">
|
||||
<path d="M12.5002 17.0835C8.46891 17.0835 5.2085 20.3439 5.2085 24.3752C5.2085 28.7189 9.81266 34.7085 11.7085 36.9897C12.1252 37.4897 12.8856 37.4897 13.3022 36.9897C15.1877 34.7085 19.7918 28.7189 19.7918 24.3752C19.7918 20.3439 16.5314 17.0835 12.5002 17.0835ZM12.5002 26.9793C11.0627 26.9793 9.896 25.8127 9.896 24.3752C9.896 22.9377 11.0627 21.771 12.5002 21.771C13.9377 21.771 15.1043 22.9377 15.1043 24.3752C15.1043 25.8127 13.9377 26.9793 12.5002 26.9793Z" fill="black"/>
|
||||
</g>
|
||||
</mask>
|
||||
<g mask="url(#mask0_805_32049)">
|
||||
<rect y="15" width="25" height="25" fill="#55A4F1"/>
|
||||
</g>
|
||||
<path d="M16 37H33.6234C33.6234 37 39 36.6251 39 32.1271C39 27.629 33.6234 27.629 33.6234 27.629H26.7532C26.7532 27.629 22.5714 27.629 22.5714 23.1309C22.5714 18.6328 26.7532 19.0077 26.7532 19.0077H33.6234" stroke="#1760CA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="3 3"/>
|
||||
<mask id="mask1_805_32049" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="30" y="7" width="14" height="14">
|
||||
<g clip-path="url(#clip1_805_32049)">
|
||||
<path d="M36.9998 8.1665C34.7423 8.1665 32.9165 9.99234 32.9165 12.2498C32.9165 14.6823 35.4948 18.0365 36.5565 19.314C36.7898 19.594 37.2157 19.594 37.449 19.314C38.5048 18.0365 41.0832 14.6823 41.0832 12.2498C41.0832 9.99234 39.2573 8.1665 36.9998 8.1665ZM36.9998 13.7082C36.1948 13.7082 35.5415 13.0548 35.5415 12.2498C35.5415 11.4448 36.1948 10.7915 36.9998 10.7915C37.8048 10.7915 38.4582 11.4448 38.4582 12.2498C38.4582 13.0548 37.8048 13.7082 36.9998 13.7082Z" fill="black"/>
|
||||
</g>
|
||||
</mask>
|
||||
<g mask="url(#mask1_805_32049)">
|
||||
<rect x="30" y="7" width="14" height="14" fill="#55A4F1"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32049">
|
||||
<rect width="25" height="25" fill="white" transform="translate(0 15)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_805_32049">
|
||||
<rect width="14" height="14" fill="white" transform="translate(30 7)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.1 KiB |
|
@ -1,27 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="mask0_805_32016" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="15" width="25" height="25">
|
||||
<g clip-path="url(#clip0_805_32016)">
|
||||
<path d="M12.5002 17.0835C8.46891 17.0835 5.2085 20.3439 5.2085 24.3752C5.2085 28.7189 9.81266 34.7085 11.7085 36.9897C12.1252 37.4897 12.8856 37.4897 13.3022 36.9897C15.1877 34.7085 19.7918 28.7189 19.7918 24.3752C19.7918 20.3439 16.5314 17.0835 12.5002 17.0835ZM12.5002 26.9793C11.0627 26.9793 9.896 25.8127 9.896 24.3752C9.896 22.9377 11.0627 21.771 12.5002 21.771C13.9377 21.771 15.1043 22.9377 15.1043 24.3752C15.1043 25.8127 13.9377 26.9793 12.5002 26.9793Z" fill="black"/>
|
||||
</g>
|
||||
</mask>
|
||||
<g mask="url(#mask0_805_32016)">
|
||||
<rect y="15" width="25" height="25" fill="#086DD7"/>
|
||||
</g>
|
||||
<path d="M16 37H33.6234C33.6234 37 39 36.6251 39 32.1271C39 27.629 33.6234 27.629 33.6234 27.629H26.7532C26.7532 27.629 22.5714 27.629 22.5714 23.1309C22.5714 18.6328 26.7532 19.0077 26.7532 19.0077H33.6234" stroke="#8BC7F5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="3 3"/>
|
||||
<mask id="mask1_805_32016" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="30" y="7" width="14" height="14">
|
||||
<g clip-path="url(#clip1_805_32016)">
|
||||
<path d="M36.9998 8.1665C34.7423 8.1665 32.9165 9.99234 32.9165 12.2498C32.9165 14.6823 35.4948 18.0365 36.5565 19.314C36.7898 19.594 37.2157 19.594 37.449 19.314C38.5048 18.0365 41.0832 14.6823 41.0832 12.2498C41.0832 9.99234 39.2573 8.1665 36.9998 8.1665ZM36.9998 13.7082C36.1948 13.7082 35.5415 13.0548 35.5415 12.2498C35.5415 11.4448 36.1948 10.7915 36.9998 10.7915C37.8048 10.7915 38.4582 11.4448 38.4582 12.2498C38.4582 13.0548 37.8048 13.7082 36.9998 13.7082Z" fill="black"/>
|
||||
</g>
|
||||
</mask>
|
||||
<g mask="url(#mask1_805_32016)">
|
||||
<rect x="30" y="7" width="14" height="14" fill="#086DD7"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32016">
|
||||
<rect width="25" height="25" fill="white" transform="translate(0 15)"/>
|
||||
</clipPath>
|
||||
<clipPath id="clip1_805_32016">
|
||||
<rect width="14" height="14" fill="white" transform="translate(30 7)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 2.1 KiB |
|
@ -1,5 +0,0 @@
|
|||
<svg width="53" height="50" viewBox="0 0 53 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.5 16C5.14912 16 0 21.0745 0 27.3333C0 35.8333 11.5 50 11.5 50C11.5 50 23 35.8333 23 27.3333C23 21.0745 17.8509 16 11.5 16ZM11.5 33C8.326 33 5.75 30.4613 5.75 27.3333C5.75 24.2053 8.326 21.6667 11.5 21.6667C14.674 21.6667 17.25 24.2053 17.25 27.3333C17.25 30.4613 14.674 33 11.5 33Z" fill="#2854A1"/>
|
||||
<path d="M14 49H43.1169C43.1169 49 52 48.4169 52 41.4199C52 34.4229 43.1169 34.4229 43.1169 34.4229H31.7662C31.7662 34.4229 24.8571 34.4229 24.8571 27.4258C24.8571 20.4288 31.7662 21.0119 31.7662 21.0119H43.1169" stroke="#71CFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-dasharray="3 3"/>
|
||||
<path d="M44.5 0C40.3581 0 37 3.2835 37 7.33333C37 12.8333 44.5 22 44.5 22C44.5 22 52 12.8333 52 7.33333C52 3.2835 48.6419 0 44.5 0ZM44.5 11C42.43 11 40.75 9.35733 40.75 7.33333C40.75 5.30933 42.43 3.66667 44.5 3.66667C46.57 3.66667 48.25 5.30933 48.25 7.33333C48.25 9.35733 46.57 11 44.5 11Z" fill="#2854A1"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 97 KiB |
|
@ -1,51 +0,0 @@
|
|||
<svg width="125" height="169" viewBox="0 0 125 169" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="7" y="0" width="114" height="70">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.7168 0H120.62V69.4091H7.7168V0Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.606 63.3411L10.162 0.153688C9.8542 -0.0242065 9.58202 -0.0411065 9.39612 0.0682989L9.39257 0.0638515L7.7168 1.02271C7.90003 0.948879 8.14997 0.9809 8.4266 1.14101L117.87 64.3284C118.43 64.6513 118.883 65.3664 118.883 65.9268V69.4091L120.62 68.2697V64.9395C120.62 64.38 120.165 63.664 119.606 63.3411Z" fill="#8F9DAA"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.60913 1.08562L7.62336 1.10341C7.65005 1.08206 7.66784 1.04826 7.70075 1.03314L7.60913 1.08562Z" fill="#BCC4CC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.15356 6.0531L118.889 69.4086L9.15356 6.0531Z" fill="#6B7C85"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M118.882 140.851V69.4086L9.1465 6.05312L7.41113 5.05157V76.4933C7.41113 77.0528 7.86476 77.7688 8.42424 78.0917L117.868 141.279C118.181 141.46 118.45 141.465 118.635 141.35C118.782 141.26 118.882 141.099 118.882 140.851Z" fill="#E9EBEE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.434 44.2296L19.0906 32.9309V30.6108L38.434 41.9095V44.2296Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.434 74.1029L19.0906 62.8043V60.4842L38.434 71.7829V74.1029Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.8157 52.1495L16.0105 40.5844V38.2634L35.8157 49.8295V52.1495Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.8157 47.6861L16.0105 36.1209V33.8L35.8157 45.366V47.6861Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.0375 77.2198L16.0105 66.1084V63.7883L35.0375 74.8997V77.2198Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.8157 61.0282L16.0105 49.4622V47.1421L35.8157 58.7073V61.0282Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.8157 65.6692L16.0105 54.1031V51.7822L35.8157 63.3482V65.6692Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.8157 82.3764L16.0105 70.8104V68.4894L35.8157 80.0555V82.3764Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1642 31.2398C18.1642 31.8413 17.6825 32.0471 17.0878 31.6997C16.4931 31.3532 16.0105 30.5837 16.0105 29.9821C16.0105 29.3805 16.4931 29.1739 17.0878 29.5213C17.6825 29.8687 18.1642 30.6382 18.1642 31.2398Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1642 61.366C18.1642 61.9675 17.6825 62.1733 17.0878 61.8259C16.4931 61.4786 16.0105 60.7099 16.0105 60.1083C16.0105 59.5068 16.4931 59.3001 17.0878 59.6475C17.6825 59.9949 18.1642 60.7644 18.1642 61.366Z" fill="#A5B1BA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M118.887 69.4089V140.851C118.887 141.099 118.787 141.26 118.64 141.35L118.651 141.364L120.353 140.396L120.351 140.393C120.518 140.309 120.622 140.129 120.622 139.864V68.2695L118.887 69.4089Z" fill="#8F9DAA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M117.869 64.3278L8.42513 1.14042C8.14851 0.980312 7.89856 0.94918 7.71622 1.02301C7.70911 1.02568 7.70377 1.03012 7.69843 1.03279C7.66641 1.04791 7.64773 1.08171 7.62105 1.10306C7.4983 1.20001 7.41113 1.345 7.41113 1.56825V5.05055L118.883 69.4085V65.9262C118.883 65.3658 118.428 64.6507 117.869 64.3278Z" fill="#E9EBEE"/>
|
||||
<path d="M8.42598 5.87703L117.87 69.0644L118.884 69.6549V80.3714L7.41198 16.0135V6.30487C7.41198 6.08161 7.41113 5.47672 7.41113 5.47672V5.33685L8.42598 5.87703Z" fill="#37AAF7"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M111.184 70.9354C111.184 71.9989 110.388 72.3632 109.405 71.7488C108.422 71.1358 107.626 69.7754 107.626 68.7119C107.626 67.6484 108.422 67.2841 109.405 67.8985C110.388 68.5129 111.184 69.8719 111.184 70.9354Z" fill="#2496ED"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8929 5.38647C11.8929 5.91304 11.4659 6.0936 10.9394 5.7894C10.4128 5.4852 9.98584 4.81187 9.98584 4.28619C9.98584 3.75873 10.4128 3.57906 10.9394 3.88326C11.4659 4.18657 11.8929 4.8599 11.8929 5.38647Z" fill="#8F9DAA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1275 7.25542C15.1275 7.78199 14.7005 7.96166 14.174 7.65835C13.6474 7.35415 13.2205 6.68082 13.2205 6.15425C13.2205 5.62768 13.6474 5.44801 14.174 5.75132C14.7005 6.05552 15.1275 6.72885 15.1275 7.25542Z" fill="#8F9DAA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.3606 9.1231C18.3606 9.64967 17.9337 9.83023 17.4071 9.52603C16.8806 9.22183 16.4536 8.5485 16.4536 8.02282C16.4536 7.49536 16.8806 7.31569 17.4071 7.61989C17.9337 7.9232 18.3606 8.59653 18.3606 9.1231Z" fill="#8F9DAA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.999 102.965L109.701 101.997V82.3682L47.0655 46.2526L45.363 47.2204V66.848L107.999 102.965Z" fill="#B9C2C9"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.998 83.3372V102.965L45.363 66.849V47.2205L107.998 83.3372Z" fill="#F7F7F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.371 63.0085C57.371 65.3481 55.5795 66.1495 53.3684 64.7978C51.1572 63.4494 49.3657 60.4564 49.3657 58.1167C49.3657 55.777 51.1572 54.9757 53.3684 56.3273C55.5795 57.679 57.371 60.6688 57.371 63.0085Z" fill="#70D8BD"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.1201 83.2113L60.929 62.8939V61.0073L96.1201 81.3247V83.2113Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.51 84.1079L60.929 66.4518V64.5652L91.51 82.2213V84.1079Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.9395 79.3492L60.929 70.0098V68.1232L76.9395 77.4626V79.3492Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.999 126.091L109.701 125.123V105.494L47.0655 69.3789L45.363 70.3467V89.9743L107.999 126.091Z" fill="#B9C2C9"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.998 106.463V126.091L45.363 89.9753V70.3468L107.998 106.463Z" fill="#F7F7F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.371 86.1348C57.371 88.4745 55.5795 89.2758 53.3684 87.9241C51.1572 86.5757 49.3657 83.5827 49.3657 81.243C49.3657 78.9033 51.1572 78.102 53.3684 79.4536C55.5795 80.8053 57.371 83.7951 57.371 86.1348Z" fill="#70D8BD"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.1201 106.338L60.929 86.0202V84.1336L96.1201 104.451V106.338Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.51 107.234L60.929 89.5781V87.6915L91.51 105.348V107.234Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.9395 102.475L60.929 93.136V91.2495L76.9395 100.589V102.475Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.999 149.217L109.701 148.249V128.621L47.0655 92.5052L45.363 93.473V113.101L107.999 149.217Z" fill="#B9C2C9"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M107.998 129.59V149.217L45.363 113.102V93.4731L107.998 129.59Z" fill="#F7F7F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.371 109.261C57.371 111.601 55.5795 112.402 53.3684 111.05C51.1572 109.702 49.3657 106.709 49.3657 104.369C49.3657 102.03 51.1572 101.228 53.3684 102.58C55.5795 103.932 57.371 106.921 57.371 109.261Z" fill="#70D8BD"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.1201 129.464L60.929 109.146V107.26L96.1201 127.577V129.464Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.51 130.36L60.929 112.704V110.818L91.51 128.474V130.36Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.9395 125.602L60.929 116.262V114.376L76.9395 123.715V125.602Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.5939 34.6894L16.0105 19.1444V13.3421L42.5939 28.8871V34.6894Z" fill="#2496ED"/>
|
||||
<path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M116.07 168.332L1.15702 101.914C-0.556999 100.924 -0.341746 99.1956 1.63733 98.0526C3.61642 96.9105 6.6095 96.786 8.32351 97.776L123.237 164.194C124.951 165.183 124.736 166.912 122.757 168.054C120.778 169.197 117.784 169.322 116.07 168.332Z" fill="#E9EBEE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M104.958 66.198V68.5181L95.1736 62.8043V60.4842L104.958 66.198Z" fill="#2496ED"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M93.3947 59.0821V61.4022L83.6106 55.6885V53.3684L93.3947 59.0821Z" fill="#2496ED"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M81.8315 51.9664V54.2865L72.0474 48.5727V46.2526L81.8315 51.9664Z" fill="#2496ED"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 8.3 KiB |
|
@ -1,19 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_805_32054)">
|
||||
<path d="M31.6667 9H14.4444C12.5421 9 11 10.5936 11 12.5593V35.6949C11 37.6607 12.5421 39.2542 14.4444 39.2542H31.6667C33.569 39.2542 35.1111 37.6607 35.1111 35.6949V12.5593C35.1111 10.5936 33.569 9 31.6667 9Z" fill="#55A4F1"/>
|
||||
<path d="M14.4443 13.7456H31.6666V14.932H14.4443V13.7456Z" fill="white"/>
|
||||
<path d="M14.4443 16.7119H31.6666V17.8984H14.4443V16.7119Z" fill="white"/>
|
||||
<path d="M14.4443 19.6777H31.6666V20.8642H14.4443V19.6777Z" fill="white"/>
|
||||
<path d="M14.4443 22.644H31.6666V23.8305H14.4443V22.644Z" fill="white"/>
|
||||
<path d="M14.4443 25.6099H28.2221V26.7963H14.4443V25.6099Z" fill="white"/>
|
||||
<path d="M14.4443 28.5762H27.074V29.7626H14.4443V28.5762Z" fill="white"/>
|
||||
<path d="M35.3982 23.8306C31.7524 23.8306 28.7964 26.8409 28.7964 30.5537C28.7964 35.5961 35.3982 44.0001 35.3982 44.0001C35.3982 44.0001 42.0001 35.5961 42.0001 30.5537C42.0001 26.8409 39.0441 23.8306 35.3982 23.8306ZM35.3982 33.9153C33.5761 33.9153 32.0973 32.4093 32.0973 30.5537C32.0973 28.6981 33.5761 27.1922 35.3982 27.1922C37.2203 27.1922 38.6992 28.6981 38.6992 30.5537C38.6992 32.4093 37.2203 33.9153 35.3982 33.9153Z" fill="#1760CA"/>
|
||||
<path d="M35.685 35.1015C37.9044 35.1015 39.7035 33.2423 39.7035 30.9489C39.7035 28.6555 37.9044 26.7964 35.685 26.7964C33.4657 26.7964 31.6665 28.6555 31.6665 30.9489C31.6665 33.2423 33.4657 35.1015 35.685 35.1015Z" fill="#1760CA"/>
|
||||
<path d="M33.6347 29.1718L34.0549 30.0474L32.2156 30.9514L34.0549 31.8057L33.6347 32.7311L31.1685 31.4853V30.4175L33.6347 29.1718ZM35.7453 27.4775L36.8613 27.748L35.4698 34.1477L34.3538 33.8772L35.7453 27.4775ZM37.5694 29.1718L40.0356 30.4175V31.4853L37.5694 32.7311L37.1492 31.8057L38.9885 30.9514L37.1492 30.0474L37.5694 29.1718Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32054">
|
||||
<rect width="31" height="35" fill="white" transform="translate(11 9)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.9 KiB |
|
@ -1,19 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_805_32017)">
|
||||
<path d="M31.6667 9H14.4444C12.5421 9 11 10.5936 11 12.5593V35.6949C11 37.6607 12.5421 39.2542 14.4444 39.2542H31.6667C33.569 39.2542 35.1111 37.6607 35.1111 35.6949V12.5593C35.1111 10.5936 33.569 9 31.6667 9Z" fill="#086DD7"/>
|
||||
<path d="M14.4443 13.7456H31.6666V14.932H14.4443V13.7456Z" fill="white"/>
|
||||
<path d="M14.4443 16.7119H31.6666V17.8984H14.4443V16.7119Z" fill="white"/>
|
||||
<path d="M14.4443 19.6777H31.6666V20.8642H14.4443V19.6777Z" fill="white"/>
|
||||
<path d="M14.4443 22.644H31.6666V23.8305H14.4443V22.644Z" fill="white"/>
|
||||
<path d="M14.4443 25.6099H28.2221V26.7963H14.4443V25.6099Z" fill="white"/>
|
||||
<path d="M14.4443 28.5762H27.074V29.7626H14.4443V28.5762Z" fill="white"/>
|
||||
<path d="M35.3982 23.8306C31.7524 23.8306 28.7964 26.8409 28.7964 30.5537C28.7964 35.5961 35.3982 44.0001 35.3982 44.0001C35.3982 44.0001 42.0001 35.5961 42.0001 30.5537C42.0001 26.8409 39.0441 23.8306 35.3982 23.8306ZM35.3982 33.9153C33.5761 33.9153 32.0973 32.4093 32.0973 30.5537C32.0973 28.6981 33.5761 27.1922 35.3982 27.1922C37.2203 27.1922 38.6992 28.6981 38.6992 30.5537C38.6992 32.4093 37.2203 33.9153 35.3982 33.9153Z" fill="#8BC7F5"/>
|
||||
<path d="M35.685 35.1015C37.9044 35.1015 39.7035 33.2423 39.7035 30.9489C39.7035 28.6555 37.9044 26.7964 35.685 26.7964C33.4657 26.7964 31.6665 28.6555 31.6665 30.9489C31.6665 33.2423 33.4657 35.1015 35.685 35.1015Z" fill="#8BC7F5"/>
|
||||
<path d="M33.6347 29.1718L34.0549 30.0474L32.2156 30.9514L34.0549 31.8057L33.6347 32.7311L31.1685 31.4853V30.4175L33.6347 29.1718ZM35.7453 27.4775L36.8613 27.748L35.4698 34.1477L34.3538 33.8772L35.7453 27.4775ZM37.5694 29.1718L40.0356 30.4175V31.4853L37.5694 32.7311L37.1492 31.8057L38.9885 30.9514L37.1492 30.0474L37.5694 29.1718Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32017">
|
||||
<rect width="31" height="35" fill="white" transform="translate(11 9)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.9 KiB |
|
@ -1 +0,0 @@
|
|||
<svg fill="none" height="59" viewBox="0 0 54 59" width="54" xmlns="http://www.w3.org/2000/svg"><rect fill="#2854a1" height="51" rx="6" width="42"/><g fill="#71cfff"><path d="m6 8h30v2h-30z"/><path d="m6 13h30v2h-30z"/><path d="m6 18h30v2h-30z"/><path d="m6 23h30v2h-30z"/><path d="m6 28h24v2h-24z"/><path d="m6 33h22v2h-22z"/><path d="m42.5 25c-6.3509 0-11.5 5.0745-11.5 11.3333 0 8.5 11.5 22.6667 11.5 22.6667s11.5-14.1667 11.5-22.6667c0-6.2588-5.1491-11.3333-11.5-11.3333zm0 17c-3.174 0-5.75-2.5387-5.75-5.6667s2.576-5.6666 5.75-5.6666 5.75 2.5386 5.75 5.6666-2.576 5.6667-5.75 5.6667z"/><circle cx="43" cy="37" r="7"/></g><path d="m39.428 34.004.732 1.476-3.204 1.524 3.204 1.44-.732 1.56-4.296-2.1v-1.8zm3.6766-2.856 1.944.456-2.424 10.788-1.944-.456zm3.1774 2.856 4.296 2.1v1.8l-4.296 2.1-.732-1.56 3.204-1.44-3.204-1.524z" fill="#fff"/></svg>
|
Before Width: | Height: | Size: 848 B |
|
@ -1,79 +0,0 @@
|
|||
<svg width="136" height="169" viewBox="0 0 136 169" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M69.7262 168.263L1.2759 128.743C-0.614231 127.652 -0.376741 125.745 1.80514 124.485L56.3432 92.9977C58.5251 91.7382 61.8268 91.6012 63.717 92.6926L132.168 132.213C134.058 133.303 133.822 135.21 131.638 136.47L77.1009 167.957C74.9181 169.218 71.6164 169.355 69.7262 168.263Z" fill="#E9EBEE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M133.445 114.369L132.597 114.324C132.468 114.222 132.327 114.125 132.168 114.033L63.7171 74.5129C61.8269 73.4215 58.5252 73.5585 56.3433 74.8188L1.80523 106.306C1.34093 106.574 0.966457 106.871 0.680046 107.183L0.000488281 107.147V108.674H0.00226723C-0.0155222 109.382 0.40342 110.06 1.27599 110.564L69.7263 150.084C71.6165 151.175 74.9182 151.039 77.101 149.778L131.639 118.291C132.827 117.606 133.436 116.729 133.443 115.897H133.445V114.369Z" fill="#8F9DAA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M69.7262 148.503L1.2759 108.983C-0.614231 107.892 -0.376741 105.986 1.80514 104.725L56.3432 73.2378C58.5251 71.9783 61.8268 71.8414 63.717 72.9327L132.168 112.453C134.058 113.543 133.822 115.45 131.638 116.71L77.1009 148.197C74.9181 149.458 71.6164 149.595 69.7262 148.503Z" fill="#E9EBEE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M51.0948 135.388L23.5549 119.488L46.2481 106.386L73.788 122.286L51.0948 135.388Z" fill="#90A0AC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.64 99.8273L58.2635 97.158C58.4254 97.0646 58.5259 96.9454 58.5259 96.8467C58.5259 96.7524 58.428 96.6821 58.3693 96.6483L53.5155 93.8456C53.3749 93.7646 53.1801 93.7246 52.9764 93.7246C52.7203 93.7246 52.4463 93.7869 52.2391 93.907L47.6147 96.5763C47.4528 96.6697 47.3523 96.7888 47.3523 96.8876C47.3523 96.9819 47.4501 97.0521 47.508 97.0859L52.3618 99.8878C52.6802 100.072 53.2646 100.043 53.64 99.8273Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.0858 107.012L70.7093 104.343C70.8712 104.25 70.9717 104.131 70.9717 104.032C70.9717 103.938 70.8738 103.867 70.8151 103.833L65.9613 101.031C65.6446 100.848 65.0593 100.876 64.684 101.092L60.0605 103.762C59.8986 103.856 59.7981 103.974 59.7981 104.073C59.7981 104.167 59.8959 104.237 59.9538 104.271L61.9275 105.411L64.8085 107.074C65.1269 107.257 65.7113 107.229 66.0858 107.012Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.8629 103.42L64.4864 100.751C64.6483 100.657 64.7488 100.538 64.7488 100.439C64.7488 100.345 64.6509 100.275 64.5922 100.241L59.7384 97.4381C59.4217 97.2549 58.8364 97.2833 58.462 97.4995L53.8376 100.17C53.6757 100.263 53.5752 100.381 53.5752 100.48C53.5752 100.574 53.673 100.645 53.7309 100.678L58.5847 103.48C58.9031 103.664 59.4875 103.636 59.8629 103.42Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.5396 86.1299C53.5396 86.2242 53.6374 86.2953 53.6961 86.3291L58.55 89.131C58.8666 89.3142 59.4519 89.2857 59.8264 89.0696L64.4507 86.4003C64.6126 86.3069 64.7131 86.1877 64.7131 86.0899C64.7131 85.9956 64.6153 85.9253 64.5566 85.8906L59.7027 83.0888C59.5622 83.0069 59.3683 82.9669 59.1628 82.9669C58.9066 82.9669 58.6345 83.0292 58.4254 83.1493L53.8019 85.8195C53.6401 85.9129 53.5396 86.032 53.5396 86.1299Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.4171 96.2341L52.0406 93.5648C52.2025 93.4714 52.303 93.3522 52.303 93.2535C52.303 93.1592 52.2051 93.0889 52.1464 93.0551L47.2926 90.2533C46.9759 90.0692 46.3906 90.0985 46.0162 90.3147L41.3918 92.984C41.2299 93.0774 41.1294 93.1957 41.1294 93.2944C41.1294 93.3887 41.2272 93.459 41.2859 93.4928L46.1389 96.2955C46.4573 96.4787 47.0426 96.4511 47.4171 96.2341Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M65.3857 86.5603C65.1295 86.5603 64.8565 86.6217 64.6483 86.7426L60.0248 89.412C59.8621 89.5054 59.7625 89.6245 59.7625 89.7224C59.7625 89.8167 59.8603 89.8878 59.919 89.9216L64.7729 92.7235C65.0895 92.9067 65.6748 92.8791 66.0493 92.6621L70.6727 89.9928C70.8355 89.8994 70.9351 89.7802 70.9351 89.6824C70.9351 89.5881 70.8382 89.5178 70.7786 89.484L65.9256 86.6813C65.7842 86.5994 65.5903 86.5603 65.3857 86.5603Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.335 89.712C47.335 89.8063 47.4319 89.8775 47.4915 89.9113L52.3454 92.7131C52.662 92.8964 53.2473 92.8679 53.6218 92.6518L58.2461 89.9824C58.408 89.889 58.5085 89.7699 58.5085 89.672C58.5085 89.5777 58.4098 89.5075 58.352 89.4728L53.4981 86.6709C53.3576 86.5891 53.1628 86.5491 52.9582 86.5491C52.702 86.5491 52.4299 86.6113 52.2208 86.7314L47.5965 89.4016C47.4346 89.495 47.335 89.6142 47.335 89.712Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M102.086 121.996C102.086 121.902 101.988 121.83 101.93 121.797L97.0759 118.995C96.9345 118.914 96.7406 118.874 96.536 118.874C96.2807 118.874 96.0068 118.936 95.7986 119.056L91.1743 121.725C91.0133 121.819 90.9119 121.938 90.9119 122.036C90.9119 122.13 91.0106 122.2 91.0684 122.235L95.9223 125.037C96.2407 125.22 96.8251 125.193 97.1996 124.976L101.824 122.306C101.986 122.213 102.086 122.094 102.086 121.996Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.3084 110.605L76.9319 107.936C77.0938 107.843 77.1943 107.723 77.1943 107.625C77.1943 107.53 77.0965 107.46 77.0378 107.426L72.1839 104.624C71.8673 104.44 71.282 104.469 70.9066 104.685L66.2831 107.355C66.1213 107.448 66.0208 107.567 66.0208 107.666C66.0208 107.759 66.1159 107.828 66.1746 107.863L71.0312 110.667C71.3487 110.85 71.934 110.821 72.3084 110.605Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.9771 121.384L95.6006 118.714C95.7625 118.621 95.863 118.502 95.863 118.403C95.863 118.309 95.7652 118.238 95.7065 118.205L90.8526 115.402C90.7112 115.321 90.5173 115.281 90.3127 115.281C90.0574 115.281 89.7835 115.343 89.5753 115.463L84.9518 118.133C84.79 118.227 84.6895 118.345 84.6895 118.444C84.6895 118.538 84.7873 118.608 84.8451 118.642L89.699 121.444C90.0165 121.627 90.6018 121.6 90.9771 121.384Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.291 118.414C108.291 118.319 108.193 118.248 108.134 118.214L103.281 115.413C103.139 115.332 102.945 115.292 102.741 115.292C102.485 115.292 102.211 115.354 102.003 115.474L97.3788 118.143C97.2179 118.237 97.1165 118.356 97.1165 118.454C97.1165 118.548 97.2152 118.618 97.273 118.653L102.127 121.455C102.444 121.638 103.03 121.61 103.404 121.394L108.029 118.724C108.19 118.631 108.291 118.512 108.291 118.414Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.5305 114.198L83.1548 111.528C83.3167 111.435 83.4172 111.316 83.4172 111.217C83.4172 111.124 83.3194 111.053 83.2607 111.019L78.4068 108.217C78.2654 108.135 78.0715 108.096 77.8678 108.096C77.6116 108.096 77.3377 108.157 77.1295 108.278L72.506 110.948C72.3442 111.041 72.2437 111.16 72.2437 111.258C72.2437 111.351 72.3397 111.422 72.3984 111.455L77.2541 114.259C77.5725 114.442 78.1569 114.415 78.5305 114.198Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.7542 117.79L89.3777 115.121C89.5396 115.028 89.6401 114.908 89.6401 114.81C89.6401 114.716 89.5423 114.645 89.4836 114.611L84.6297 111.81C84.4883 111.729 84.2944 111.689 84.0898 111.689C83.8345 111.689 83.5606 111.75 83.3524 111.871L78.7289 114.54C78.5671 114.634 78.4666 114.753 78.4666 114.851C78.4666 114.944 78.5626 115.014 78.6204 115.048L83.4761 117.852C83.7945 118.035 84.3789 118.007 84.7542 117.79Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M102.068 114.821C102.068 114.727 101.97 114.656 101.911 114.622L97.0576 111.819C96.9162 111.739 96.7223 111.698 96.5177 111.698C96.2624 111.698 95.9885 111.761 95.7803 111.881L91.1559 114.55C90.995 114.644 90.8936 114.764 90.8936 114.861C90.8936 114.956 90.9923 115.026 91.0501 115.06L95.904 117.862C96.2224 118.046 96.8068 118.018 97.1821 117.801L101.806 115.132C101.968 115.038 102.068 114.919 102.068 114.821Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.5133 107.023L83.1368 104.354C83.2986 104.26 83.3992 104.141 83.3992 104.042C83.3992 103.948 83.3013 103.878 83.2426 103.844L78.3888 101.041C78.0721 100.859 77.4868 100.886 77.1124 101.103L72.488 103.773C72.3261 103.866 72.2256 103.985 72.2256 104.083C72.2256 104.178 72.3234 104.248 72.3812 104.282L77.2351 107.084C77.5535 107.268 78.1388 107.24 78.5133 107.023Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.9588 114.208L95.5823 111.539C95.7442 111.446 95.8447 111.326 95.8447 111.228C95.8447 111.134 95.7469 111.063 95.6882 111.029L90.8343 108.227C90.5177 108.043 89.9324 108.072 89.557 108.288L84.9335 110.958C84.7717 111.051 84.6711 111.171 84.6711 111.269C84.6711 111.363 84.769 111.433 84.8268 111.467L89.6807 114.27C89.9991 114.453 90.5835 114.425 90.9588 114.208Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.7359 110.616L89.3594 107.946C89.5213 107.853 89.6218 107.734 89.6218 107.635C89.6218 107.541 89.524 107.47 89.4653 107.437L84.6114 104.635C84.2948 104.451 83.7095 104.479 83.335 104.695L78.7106 107.365C78.5488 107.459 78.4482 107.577 78.4482 107.676C78.4482 107.77 78.5461 107.84 78.6039 107.874L83.4578 110.677C83.7762 110.86 84.3606 110.833 84.7359 110.616Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.2904 103.43L76.9139 100.761C77.0757 100.668 77.1763 100.548 77.1763 100.45C77.1763 100.355 77.0784 100.285 77.0197 100.251L72.1658 97.4486C72.0253 97.3677 71.8314 97.3276 71.6268 97.3276C71.3707 97.3276 71.0967 97.3899 70.8895 97.51L66.2651 100.179C66.1032 100.274 66.0027 100.392 66.0027 100.491C66.0027 100.585 66.1005 100.655 66.1592 100.689L71.0122 103.492C71.3306 103.675 71.9159 103.646 72.2904 103.43Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.0676 99.8373L70.691 97.168C70.8529 97.0746 70.9534 96.9554 70.9534 96.8575C70.9534 96.7632 70.8556 96.6921 70.7969 96.6583L65.943 93.8564C65.8025 93.7746 65.6086 93.7355 65.404 93.7355C65.1478 93.7355 64.8739 93.7968 64.6666 93.9178L60.0423 96.5871C59.8804 96.6805 59.7808 96.7997 59.7808 96.8976C59.7808 96.9918 59.8777 97.0621 59.9364 97.0959L64.7894 99.8986C65.1078 100.082 65.6922 100.054 66.0676 99.8373Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.8447 96.2445L64.4681 93.5752C64.6309 93.4818 64.7305 93.3626 64.7305 93.2639C64.7305 93.1696 64.6336 93.0993 64.574 93.0655L59.7201 90.2637C59.4035 90.0795 58.8182 90.1089 58.4437 90.325L53.8194 92.9944C53.6575 93.0877 53.5579 93.206 53.5579 93.3048C53.5579 93.3991 53.6548 93.4693 53.7126 93.5031L58.5674 96.3059C58.8849 96.4891 59.4702 96.4615 59.8447 96.2445Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M71.6086 90.1528C71.3524 90.1528 71.0794 90.2151 70.8712 90.3352L66.2477 93.0045C66.085 93.0979 65.9854 93.2171 65.9854 93.3158C65.9854 93.4092 66.0823 93.4804 66.1419 93.5142L70.9949 96.316C71.3124 96.4992 71.8977 96.4717 72.2722 96.2546L76.8956 93.5853C77.0584 93.4919 77.158 93.3736 77.158 93.2749C77.158 93.1806 77.0602 93.1103 77.0015 93.0765L72.1476 90.2738C72.0071 90.192 71.8132 90.1528 71.6086 90.1528Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M90.2771 100.931C90.0209 100.931 89.7469 100.993 89.5397 101.113L84.9153 103.783C84.7534 103.877 84.6538 103.995 84.6538 104.094C84.6538 104.188 84.7508 104.258 84.8095 104.292L89.6633 107.095C89.9809 107.278 90.5661 107.25 90.9406 107.033L95.5641 104.363C95.726 104.27 95.8265 104.152 95.8265 104.053C95.8265 103.959 95.7286 103.888 95.6699 103.854L90.8161 101.052C90.6755 100.971 90.4808 100.931 90.2771 100.931Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.0542 97.3381C83.798 97.3381 83.524 97.4004 83.3168 97.5205L78.6924 100.19C78.5305 100.284 78.4309 100.402 78.4309 100.5C78.4309 100.595 78.5279 100.666 78.5875 100.699L83.4413 103.502C83.758 103.685 84.3432 103.657 84.7177 103.441L89.3412 100.771C89.504 100.677 89.6036 100.559 89.6036 100.46C89.6036 100.366 89.5066 100.296 89.447 100.262L84.5932 97.4591C84.4526 97.3782 84.2587 97.3381 84.0542 97.3381Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.8313 93.7456C77.5751 93.7456 77.302 93.8079 77.0939 93.9279L72.4704 96.5973C72.3076 96.6907 72.208 96.8098 72.208 96.9077C72.208 97.0029 72.305 97.0731 72.3646 97.1069L77.2184 99.9088C77.5351 100.092 78.1203 100.064 78.4948 99.8474L83.1183 97.1781C83.2811 97.0847 83.3807 96.9664 83.3807 96.8677C83.3807 96.7734 83.2828 96.7031 83.2241 96.6693L78.3703 93.8666C78.2297 93.7847 78.0358 93.7456 77.8313 93.7456Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.4999 104.523C96.2437 104.523 95.9697 104.586 95.7625 104.706L91.1381 107.376C90.9762 107.469 90.8757 107.588 90.8757 107.686C90.8757 107.781 90.9736 107.851 91.0332 107.885L95.8861 110.687C96.2037 110.871 96.789 110.842 97.1634 110.626L101.787 107.956C101.949 107.863 102.049 107.744 102.049 107.645C102.049 107.551 101.951 107.481 101.893 107.447L97.0389 104.644C96.8984 104.563 96.7045 104.523 96.4999 104.523Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M102.722 108.116C102.466 108.116 102.193 108.178 101.985 108.298L97.361 110.969C97.1991 111.062 97.0986 111.18 97.0986 111.279C97.0986 111.373 97.1965 111.444 97.2552 111.477L102.109 114.28C102.427 114.463 103.012 114.436 103.386 114.219L108.01 111.549C108.172 111.456 108.272 111.337 108.272 111.238C108.272 111.145 108.174 111.074 108.116 111.04L103.262 108.238C103.12 108.156 102.926 108.116 102.722 108.116Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.496 114.831C114.496 114.738 114.398 114.666 114.339 114.633L109.485 111.83C109.345 111.749 109.15 111.709 108.946 111.709C108.69 111.709 108.416 111.771 108.209 111.891L103.583 114.561C103.422 114.654 103.321 114.774 103.321 114.872C103.321 114.966 103.42 115.037 103.478 115.07L108.331 117.872C108.65 118.056 109.234 118.028 109.61 117.812L114.233 115.142C114.395 115.049 114.496 114.93 114.496 114.831Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.4948 125.027C83.8114 125.21 84.3976 125.182 84.7721 124.966L89.3964 122.296C89.5574 122.203 89.6588 122.084 89.6588 121.986C89.6588 121.892 89.5601 121.82 89.5014 121.787L84.6484 118.985C84.33 118.802 83.7456 118.83 83.3703 119.045L78.7468 121.716C78.584 121.809 78.4844 121.928 78.4844 122.026C78.4844 122.12 78.5831 122.19 78.6409 122.224L83.4948 125.027Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.1576 103.471C46.4743 103.654 47.0604 103.625 47.4358 103.409L52.0593 100.74C52.2203 100.647 52.3217 100.527 52.3217 100.43C52.3217 100.335 52.2229 100.264 52.1651 100.23L47.3113 97.4285C46.9937 97.2443 46.4085 97.2728 46.0331 97.489L41.4096 100.159C41.2477 100.253 41.1472 100.372 41.1472 100.47C41.1472 100.564 41.2459 100.634 41.3038 100.668L46.1576 103.471Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.272 121.434C77.5887 121.617 78.1749 121.59 78.5493 121.373L83.1737 118.703C83.3347 118.61 83.4361 118.491 83.4361 118.393C83.4361 118.299 83.3374 118.228 83.2796 118.194L53.5347 101.021C53.2171 100.837 52.6318 100.866 52.2565 101.082L47.633 103.752C47.4711 103.845 47.3706 103.964 47.3706 104.063C47.3706 104.157 47.4684 104.227 47.5272 104.261L77.272 121.434Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M102.758 122.466C102.502 122.466 102.229 122.528 102.021 122.649L97.3974 125.319C97.2346 125.412 97.135 125.53 97.135 125.629C97.135 125.723 97.2329 125.794 97.2916 125.828L102.145 128.63C102.462 128.813 103.047 128.785 103.422 128.569L108.046 125.899C108.208 125.805 108.309 125.687 108.309 125.588C108.309 125.494 108.211 125.424 108.151 125.39L103.298 122.587C103.157 122.506 102.963 122.466 102.758 122.466Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.43 115.484L109.807 118.154C109.645 118.247 109.544 118.366 109.544 118.465C109.544 118.559 109.642 118.629 109.701 118.663L114.555 121.465C114.872 121.649 115.457 121.621 115.832 121.404L120.455 118.734C120.617 118.641 120.718 118.523 120.718 118.424C120.718 118.33 120.62 118.259 120.562 118.226L115.708 115.423C115.39 115.241 114.805 115.268 114.43 115.484Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M126.923 114.842C126.923 114.748 126.825 114.677 126.766 114.643L121.913 111.84C121.596 111.657 121.011 111.686 120.636 111.902L116.011 114.571C115.85 114.665 115.749 114.785 115.749 114.882C115.749 114.977 115.847 115.047 115.905 115.081L120.759 117.883C121.077 118.067 121.663 118.038 122.037 117.822L126.661 115.153C126.822 115.059 126.923 114.94 126.923 114.842Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.7177 128.62C90.0343 128.803 90.6205 128.775 90.995 128.558L95.6185 125.889C95.7803 125.795 95.8808 125.676 95.8808 125.578C95.8808 125.484 95.783 125.413 95.7243 125.379L90.8713 122.577C90.5529 122.394 89.9685 122.423 89.5932 122.638L84.9697 125.308C84.8069 125.401 84.7073 125.521 84.7073 125.618C84.7073 125.713 84.806 125.784 84.8638 125.818L89.7177 128.62Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.963 118.884C108.708 118.884 108.434 118.946 108.225 119.066L103.602 121.737C103.44 121.83 103.34 121.948 103.34 122.047C103.34 122.141 103.437 122.212 103.496 122.245L108.35 125.048C108.667 125.231 109.252 125.203 109.627 124.987L114.251 122.317C114.413 122.223 114.513 122.105 114.513 122.006C114.513 121.912 114.415 121.842 114.357 121.808L109.503 119.005C109.361 118.924 109.167 118.884 108.963 118.884Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.9347 99.8776C40.2523 100.062 40.8375 100.033 41.2129 99.8171L45.8364 97.1469C45.9974 97.0535 46.0988 96.9343 46.0988 96.8365C46.0988 96.7422 46 96.6719 45.9422 96.6372L41.0884 93.8354C40.7699 93.6513 40.1856 93.6797 39.8102 93.8967L35.1867 96.5661C35.0248 96.6595 34.9243 96.7786 34.9243 96.8765C34.9243 96.9708 35.023 97.0419 35.0809 97.0757L39.9347 99.8776Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.5537 126.049C96.2975 126.049 96.0244 126.111 95.8163 126.231L91.1928 128.901C91.03 128.994 90.9304 129.113 90.9304 129.212C90.9304 129.306 91.0274 129.376 91.087 129.41L95.9408 132.212C96.2575 132.395 96.8428 132.368 97.2172 132.151L101.841 129.481C102.003 129.388 102.103 129.27 102.103 129.171C102.103 129.077 102.006 129.006 101.947 128.973L97.0927 126.17C96.9522 126.088 96.7583 126.049 96.5537 126.049Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.1943 92.6415L45.8178 89.9722C45.9796 89.8788 46.0802 89.7596 46.0802 89.6618C46.0802 89.5666 45.9823 89.4963 45.9236 89.4625L41.0697 86.6607C40.9292 86.5788 40.7344 86.5388 40.5298 86.5388C40.2746 86.5388 40.0006 86.6011 39.7934 86.7212L35.169 89.3914C35.0071 89.4848 34.9075 89.6031 34.9075 89.7018C34.9075 89.7961 35.0044 89.8663 35.0631 89.9001L39.9161 92.7029C40.2345 92.8861 40.8198 92.8576 41.1943 92.6415Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.1208 100.201C90.958 100.294 90.8584 100.413 90.8584 100.511C90.8584 100.605 90.9554 100.676 91.0149 100.709L95.8679 103.512C96.1855 103.695 96.7707 103.667 97.1452 103.451L101.77 100.782C101.931 100.688 102.032 100.569 102.032 100.471C102.032 100.377 101.933 100.306 101.875 100.272L97.0225 97.47C96.881 97.3882 96.6871 97.3481 96.4817 97.3481C96.2255 97.3481 95.9533 97.4104 95.7443 97.5314L91.1208 100.201Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.8979 96.6078C84.7351 96.7012 84.6355 96.8203 84.6355 96.9182C84.6355 97.0134 84.7333 97.0836 84.792 97.1174L89.6459 99.9193C89.9634 100.103 90.5478 100.075 90.9223 99.8588L95.5467 97.1886C95.7086 97.0952 95.8091 96.9769 95.8091 96.8782C95.8091 96.7839 95.7112 96.7136 95.6525 96.6798L90.7987 93.8771C90.6581 93.7952 90.4642 93.7561 90.2588 93.7561C90.0026 93.7561 89.7304 93.8184 89.5214 93.9384L84.8979 96.6078Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.675 93.015C78.5122 93.1084 78.4126 93.2276 78.4126 93.3254C78.4126 93.4197 78.5104 93.4909 78.5691 93.5247L83.423 96.3265C83.7397 96.5098 84.3258 96.4822 84.6994 96.2652L89.3247 93.5958C89.4857 93.5024 89.5862 93.3841 89.5862 93.2854C89.5862 93.1911 89.4883 93.1209 89.4296 93.0871L84.5758 90.2843C84.4352 90.2025 84.2413 90.1625 84.0359 90.1625C83.7797 90.1625 83.5075 90.2247 83.2985 90.3457L78.675 93.015Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.565 107.386C103.404 107.479 103.304 107.599 103.304 107.697C103.304 107.791 103.401 107.862 103.46 107.896L108.314 110.698C108.631 110.881 109.217 110.853 109.591 110.636L114.215 107.967C114.377 107.873 114.478 107.754 114.478 107.656C114.478 107.562 114.379 107.492 114.321 107.458L109.467 104.655C109.327 104.573 109.133 104.533 108.927 104.533C108.671 104.533 108.399 104.596 108.19 104.717L103.565 107.386Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.4523 89.4223C72.2896 89.5157 72.1899 89.6349 72.1899 89.7328C72.1899 89.827 72.2869 89.8982 72.3465 89.932L77.2003 92.7338C77.517 92.9171 78.1032 92.8886 78.4767 92.6725L83.102 90.0032C83.263 89.9098 83.3635 89.7906 83.3635 89.6927C83.3635 89.5984 83.2657 89.5282 83.2079 89.4944L78.354 86.6916C78.2126 86.6098 78.0187 86.5707 77.8132 86.5707C77.557 86.5707 77.2848 86.6321 77.0758 86.753L72.4523 89.4223Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.3427 103.793C97.1808 103.887 97.0803 104.006 97.0803 104.104C97.0803 104.198 97.1782 104.268 97.2378 104.302L102.092 107.105C102.408 107.288 102.994 107.26 103.368 107.044L107.992 104.374C108.154 104.281 108.255 104.162 108.255 104.064C108.255 103.97 108.156 103.898 108.098 103.865L103.244 101.063C103.104 100.981 102.91 100.941 102.704 100.941C102.448 100.941 102.176 101.003 101.967 101.124L97.3427 103.793Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.0065 82.2371C59.8447 82.3305 59.7441 82.4496 59.7441 82.5475C59.7441 82.6418 59.842 82.712 59.9007 82.7458L64.7545 85.5486C65.0712 85.7318 65.6574 85.7033 66.0309 85.4872L70.6562 82.8179C70.8172 82.7245 70.9186 82.6053 70.9186 82.5075C70.9186 82.4132 70.8199 82.342 70.7612 82.3082L65.9082 79.5064C65.7668 79.4245 65.5729 79.3845 65.3674 79.3845C65.1112 79.3845 64.839 79.4468 64.63 79.5678L60.0065 82.2371Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.3989 89.0592L52.0223 86.3899C52.1851 86.2965 52.2847 86.1773 52.2847 86.0786C52.2847 85.9843 52.1869 85.914 52.1282 85.8802L47.2743 83.0775C47.1338 82.9966 46.9399 82.9565 46.7353 82.9565C46.4791 82.9565 46.2061 83.0188 45.9979 83.1389L41.3745 85.8091C41.2117 85.9025 41.1121 86.0208 41.1121 86.1195C41.1121 86.2138 41.2099 86.2841 41.2677 86.3179L46.1216 89.1206C46.4391 89.3038 47.0244 89.2754 47.3989 89.0592Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.6035 85.4771L58.2278 82.8078C58.3897 82.7144 58.4893 82.5952 58.4893 82.4964C58.4893 82.4022 58.3924 82.3319 58.3328 82.2981L53.4789 79.4954C53.3384 79.4144 53.1445 79.3744 52.9399 79.3744C52.6837 79.3744 52.4107 79.4367 52.2025 79.5567L47.579 82.226C47.4163 82.3194 47.3167 82.4386 47.3167 82.5374C47.3167 82.6316 47.4136 82.7019 47.4723 82.7357L52.3262 85.5384C52.6437 85.7208 53.229 85.6932 53.6035 85.4771Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M109.788 110.979C109.626 111.072 109.527 111.191 109.527 111.29C109.527 111.383 109.624 111.455 109.683 111.488L114.536 114.29C114.854 114.474 115.44 114.446 115.814 114.229L120.438 111.559C120.599 111.466 120.7 111.347 120.7 111.249C120.7 111.155 120.602 111.084 120.544 111.051L115.69 108.248C115.549 108.166 115.355 108.126 115.149 108.126C114.894 108.126 114.621 108.189 114.413 108.309L109.788 110.979Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.7121 96.285C34.0296 96.4683 34.6149 96.4407 34.9902 96.2237L39.6137 93.5543C39.7747 93.4609 39.8761 93.3418 39.8761 93.2439C39.8761 93.1496 39.7774 93.0794 39.7196 93.0447L34.8657 90.2428C34.7243 90.161 34.5304 90.121 34.3249 90.121C34.0687 90.121 33.7966 90.1832 33.5884 90.3033L28.9641 92.9735C28.8022 93.0669 28.7017 93.1861 28.7017 93.2839C28.7017 93.3782 28.8004 93.4494 28.8582 93.4832L33.7121 96.285Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.808 81.8948L64.4324 79.2255C64.5943 79.1321 64.6948 79.012 64.6948 78.9142C64.6948 78.8199 64.597 78.7496 64.5383 78.7158L59.6844 75.9131C59.543 75.8321 59.3491 75.7921 59.1445 75.7921C58.8883 75.7921 58.6153 75.8544 58.4071 75.9745L53.7836 78.6438C53.6218 78.7372 53.5212 78.8564 53.5212 78.9551C53.5212 79.0485 53.6191 79.1196 53.6769 79.1534L58.5308 81.9553C58.8483 82.1385 59.4336 82.1109 59.808 81.8948Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.2294 85.8298C66.0676 85.9232 65.967 86.0424 65.967 86.1403C65.967 86.2345 66.0649 86.3057 66.1236 86.3386L70.9774 89.1413C71.2941 89.3246 71.8803 89.2961 72.2538 89.08L76.8791 86.4107C77.0401 86.3173 77.1415 86.1981 77.1415 86.1002C77.1415 86.006 77.0428 85.9357 76.9841 85.9019L72.1311 83.0992C71.9897 83.0173 71.7958 82.9773 71.5903 82.9773C71.3341 82.9773 71.0619 83.0396 70.8529 83.1605L66.2294 85.8298Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.488 118.46L125.594 121.285C125.411 121.391 125.261 121.329 125.261 121.145C125.261 120.961 125.411 120.726 125.594 120.62L130.488 117.794C130.671 117.688 130.82 117.751 130.82 117.935C130.82 118.119 130.671 118.353 130.488 118.46Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M124.717 121.492C124.717 121.681 124.563 121.923 124.373 122.032C124.184 122.142 124.031 122.077 124.031 121.887C124.031 121.698 124.184 121.456 124.373 121.347C124.563 121.237 124.717 121.302 124.717 121.492Z" fill="#022144"/>
|
||||
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="60" y="0" width="76" height="113">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M60.1243 0H135.42V112.443H60.1243V0Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.998 112.032L63.547 72.5121C61.6568 71.4207 60.1243 68.4925 60.1243 65.9726V2.9979C60.1243 0.478024 61.6568 -0.680961 63.547 0.410424L131.998 39.9306C133.888 41.022 135.421 43.9502 135.421 46.47V109.445C135.421 111.965 133.888 113.124 131.998 112.032Z" fill="#EBECEE"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M133.356 111.652C133.072 111.652 132.738 111.547 132.393 111.348L63.9419 71.8279C62.3008 70.8806 60.915 68.1988 60.915 65.9733V2.99771C60.915 1.98016 61.2486 0.790039 62.1879 0.790039C62.4734 0.790039 62.8069 0.895886 63.1512 1.09513L131.602 40.6153C133.243 41.5626 134.63 44.2435 134.63 46.4699V109.445C134.63 110.463 134.297 111.652 133.356 111.652Z" fill="#022144"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M131.998 104.354L63.5469 64.8338V5.51038L131.998 45.0297V104.354Z" fill="#2854A1"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.6153 29.7525L69.8271 18.3254V15.979L89.6153 27.4061V29.7525Z" fill="#F8A09A"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M103.815 42.6437L66.969 21.3711V19.0247L103.815 40.2973V42.6437Z" fill="#287CF9"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.2299 37.7622L66.9695 26.0656V23.7183L87.2299 35.4157V37.7622Z" fill="#AAE8D8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.833 70.2014L69.7502 48.7945V46.4471L106.833 67.8541V70.2014Z" fill="#AAE8D8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.4333 63.1174L66.969 51.8798V49.5333L86.4333 60.7709V63.1174Z" fill="#F8A09A"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M111.339 82.1902L66.969 56.5734V54.2269L111.339 79.8429V82.1902Z" fill="#E96FE4"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M92.5102 50.1982L72.2498 38.5007V36.1543L92.5102 47.8509V50.1982Z" fill="#E96FE4"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M92.5102 54.892L72.2498 43.1945V40.8472L92.5102 52.5446V54.892Z" fill="#287CF9"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.5827 22.4174C96.5827 22.863 96.2216 23.0151 95.776 22.758C95.3304 22.501 94.9692 21.9317 94.9692 21.4861C94.9692 21.0405 95.3304 20.8875 95.776 21.1445C96.2216 21.4016 96.5827 21.9717 96.5827 22.4174Z" fill="#8F9DAA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.3217 88.1056C97.3217 88.9595 96.6297 89.2522 95.7758 88.7594C94.9219 88.2658 94.229 87.1744 94.229 86.3196C94.229 85.4657 94.9219 85.1731 95.7758 85.6658C96.6297 86.1595 97.3217 87.2518 97.3217 88.1056Z" fill="#8F9DAA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.8778 16.6146C68.8778 17.223 68.385 17.4312 67.7766 17.0798C67.1682 16.7294 66.6746 15.9511 66.6746 15.3427C66.6746 14.7343 67.1682 14.5253 67.7766 14.8766C68.385 15.2279 68.8778 16.0062 68.8778 16.6146Z" fill="#4DCFAD"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M68.8778 47.0834C68.8778 47.6918 68.385 47.8999 67.7766 47.5486C67.1682 47.1972 66.6746 46.4198 66.6746 45.8114C66.6746 45.203 67.1682 44.994 67.7766 45.3453C68.385 45.6967 68.8778 46.475 68.8778 47.0834Z" fill="#FF826D"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 28 KiB |
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 42 (36781) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>linuxn_48</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="linuxn_48">
|
||||
<rect id="Rectangle-33" x="0" y="0" width="48" height="48"></rect>
|
||||
<g id="linux_48" transform="translate(8.000000, 6.000000)" fill="#E0E4E7">
|
||||
<g id="Shape">
|
||||
<path d="M31.104,28.654 C30.124,28.274 29.318,27.674 29.376,26.524 C29.433,25.377 28.511,24.617 28.511,24.617 C28.511,24.617 29.318,22.104 28.568,20.03 C27.819,17.952 25.343,14.624 23.442,12.113 C21.545,9.6 23.156,6.705 21.429,2.994 C19.699,-0.717 15.209,-0.499 12.789,1.084 C10.369,2.666 11.117,6.596 11.231,8.456 C11.346,10.31 11.283,11.631 11.06,12.111 C10.832,12.591 9.275,14.352 8.237,15.825 C7.2,17.298 6.452,20.357 5.7,21.612 C4.952,22.868 5.47,24.014 5.47,24.014 C5.47,24.014 4.952,24.176 4.548,24.999 C4.145,25.815 3.339,26.198 1.899,26.468 C0.459,26.74 0.459,27.618 0.804,28.6 C1.151,29.581 0.806,30.13 0.402,31.383 C-0.001,32.635 2.015,33.021 3.972,33.235 C5.932,33.456 8.12,34.657 9.965,34.875 C11.805,35.094 12.383,33.675 12.383,33.675 C12.383,33.675 14.456,33.235 16.643,33.185 C18.833,33.129 20.903,33.621 20.903,33.621 C20.903,33.621 21.306,34.494 22.055,34.875 C22.805,35.258 24.417,35.313 25.454,34.278 C26.492,33.238 29.256,31.93 30.81,31.11 C32.369,30.288 32.084,29.034 31.104,28.654 L31.104,28.654 Z M17.625,4.578 C18.613,4.578 19.41,5.507 19.41,6.651 C19.41,7.464 19.01,8.165 18.426,8.505 C18.277,8.443 18.121,8.38 17.954,8.313 C18.306,8.148 18.556,7.723 18.556,7.228 C18.556,6.584 18.135,6.06 17.614,6.06 C17.1,6.06 16.677,6.585 16.677,7.228 C16.677,7.467 16.737,7.697 16.84,7.884 C16.533,7.769 16.25,7.66 16.029,7.581 C15.9033021,7.28711259 15.8389864,6.97063847 15.84,6.651 C15.84,5.507 16.638,4.578 17.625,4.578 L17.625,4.578 Z M17.497,8.949 C17.991,9.111 18.54,9.415 18.483,9.717 C18.424,10.02 18.165,10.02 17.497,10.407 C16.827,10.791 15.378,11.643 14.915,11.698 C14.448,11.754 14.188,11.506 13.695,11.205 C13.201,10.902 12.272,10.184 12.506,9.801 C12.506,9.801 13.229,9.276 13.547,9.001 C13.867,8.725 14.68,8.067 15.174,8.152 C15.668,8.232 17.004,8.784 17.497,8.949 L17.497,8.949 Z M13.046,4.907 C13.824,4.907 14.457,5.786 14.457,6.87 C14.457,7.07 14.437,7.254 14.397,7.433 C14.207,7.494 14.014,7.593 13.827,7.743 C13.7389343,7.81152334 13.6525746,7.88221156 13.568,7.955 C13.691,7.735 13.74,7.424 13.685,7.095 C13.581,6.503 13.165,6.071 12.751,6.132 C12.34,6.2 12.091,6.732 12.196,7.328 C12.302,7.923 12.716,8.355 13.128,8.291 C13.1516771,8.28642647 13.1750537,8.28041534 13.198,8.273 C12.997,8.456 12.812,8.613 12.623,8.747 C12.053,8.496 11.636,7.751 11.636,6.869 C11.636,5.784 12.267,4.907 13.046,4.907 L13.046,4.907 Z M11.526,32.493 C11.342,33.276 10.375,33.844 10.375,33.844 C9.498,34.105 7.061,33.104 5.957,32.664 C4.854,32.23 2.045,32.095 1.677,31.708 C1.311,31.313 1.86,30.441 2.001,29.615 C2.137,28.782 1.725,28.261 1.861,27.693 C2.001,27.127 3.795,27.127 4.483,26.736 C5.175,26.341 5.313,25.207 5.865,24.903 C6.417,24.595 7.428,25.686 7.843,26.299 C8.256,26.907 9.821,29.526 10.465,30.18 C11.111,30.834 11.709,31.71 11.525,32.493 L11.526,32.493 Z M21.711,24.885 C21.545,25.655 21.545,28.435 21.545,28.435 C21.545,28.435 19.76,30.78 16.992,31.164 C14.228,31.548 12.845,31.272 12.845,31.272 L11.291,29.582 C11.291,29.582 12.498,29.415 12.327,28.269 C12.153,27.123 8.642,25.539 8.007,24.119 C7.376,22.701 7.893,20.297 8.7,19.095 C9.506,17.895 10.022,15.276 10.829,14.4 C11.636,13.53 12.267,11.673 11.979,10.852 C11.979,10.852 13.707,12.819 14.915,12.493 C16.124,12.165 18.835,10.253 19.235,10.583 C19.637,10.911 23.093,18.115 23.436,20.409 C23.783,22.701 23.205,24.447 23.205,24.447 C23.205,24.447 21.882,24.12 21.711,24.885 L21.711,24.885 Z M30.551,30.028 C30.012,30.497 27.019,31.642 26.121,32.536 C25.229,33.423 24.063,34.144 23.349,33.934 C22.631,33.72 22.005,32.789 22.319,31.43 C22.631,30.075 22.901,28.59 22.857,27.741 C22.812,26.892 22.631,25.744 22.857,25.575 C23.08,25.41 23.436,25.493 23.436,25.493 C23.436,25.493 23.26,27.102 24.287,27.53 C25.314,27.95 26.792,27.36 27.24,26.933 C27.69,26.511 28.003,25.875 28.003,25.875 C28.003,25.875 28.449,26.09 28.405,26.766 C28.36,27.444 28.716,28.422 29.391,28.76 C30.06,29.094 31.089,29.564 30.551,30.029 L30.551,30.028 Z"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 20 KiB |
|
@ -1,15 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_805_32067)">
|
||||
<path d="M11 32.3037H36V37.4823C36 37.7683 35.7716 38.0001 35.4898 38.0001H14.5714C12.599 38.0001 11 36.3772 11 34.3751V32.3037Z" fill="#55A4F1"/>
|
||||
<path d="M11 12.1071C11 10.3911 12.3706 9 14.0612 9H34.4694C35.3147 9 36 9.69556 36 10.5536V32.3036H11V12.1071Z" fill="#55A4F1"/>
|
||||
<path d="M12 34.5C12 33.1193 13.1729 32 14.6198 32H36V37H14.6198C13.1729 37 12 35.8807 12 34.5Z" fill="#1760CA"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.1086 9H26.2173V12.1071L28.6629 11.175L31.1086 12.1071V9Z" fill="#8A53EC"/>
|
||||
<path d="M30.5983 16.25H16.4013C16.1195 16.25 15.8911 16.4819 15.8911 16.7679C15.8911 17.0539 16.1195 17.2857 16.4013 17.2857H30.5983C30.8801 17.2857 31.1085 17.0539 31.1085 16.7679C31.1085 16.4819 30.8801 16.25 30.5983 16.25Z" fill="white"/>
|
||||
<path d="M28.9683 18.3213H18.0322C17.7504 18.3213 17.522 18.5531 17.522 18.8391C17.522 19.1252 17.7504 19.357 18.0322 19.357H28.9683C29.2501 19.357 29.4785 19.1252 29.4785 18.8391C29.4785 18.5531 29.2501 18.3213 28.9683 18.3213Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32067">
|
||||
<rect width="25" height="29" fill="white" transform="translate(11 9)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.3 KiB |
|
@ -1,15 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_805_32018)">
|
||||
<path d="M11 32.3037H36V37.4823C36 37.7683 35.7716 38.0001 35.4898 38.0001H14.5714C12.599 38.0001 11 36.3772 11 34.3751V32.3037Z" fill="#086DD7"/>
|
||||
<path d="M11 12.1071C11 10.3911 12.3706 9 14.0612 9H34.4694C35.3147 9 36 9.69556 36 10.5536V32.3036H11V12.1071Z" fill="#086DD7"/>
|
||||
<path d="M12 34.5C12 33.1193 13.1729 32 14.6198 32H36V37H14.6198C13.1729 37 12 35.8807 12 34.5Z" fill="#8BC7F5"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.1086 9H26.2173V12.1071L28.6629 11.175L31.1086 12.1071V9Z" fill="#C9A6FF"/>
|
||||
<path d="M30.5983 16.25H16.4013C16.1195 16.25 15.8911 16.4819 15.8911 16.7679C15.8911 17.0539 16.1195 17.2857 16.4013 17.2857H30.5983C30.8801 17.2857 31.1085 17.0539 31.1085 16.7679C31.1085 16.4819 30.8801 16.25 30.5983 16.25Z" fill="white"/>
|
||||
<path d="M28.9683 18.3213H18.0322C17.7504 18.3213 17.522 18.5531 17.522 18.8391C17.522 19.1252 17.7504 19.357 18.0322 19.357H28.9683C29.2501 19.357 29.4785 19.1252 29.4785 18.8391C29.4785 18.5531 29.2501 18.3213 28.9683 18.3213Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32018">
|
||||
<rect width="25" height="29" fill="white" transform="translate(11 9)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.3 KiB |
|
@ -1,8 +0,0 @@
|
|||
<svg width="49" height="56" viewBox="0 0 49 56" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 45H49V55C49 55.5523 48.5523 56 48 56H7C3.13401 56 0 52.866 0 49V45Z" fill="#2854A1"/>
|
||||
<path d="M0 6C0 2.68629 2.68629 0 6 0H46C47.6569 0 49 1.34315 49 3V45H0V6Z" fill="#2854A1"/>
|
||||
<path d="M2.13043 49C2.13043 46.2386 4.36901 44 7.13043 44H47.9348V54H7.13043C4.36901 54 2.13043 51.7614 2.13043 49Z" fill="#71CFFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.413 0H29.8261V6L34.6196 4.2L39.413 6V0Z" fill="#71CFFF"/>
|
||||
<rect x="9.58696" y="14" width="29.8261" height="2" rx="1" fill="white"/>
|
||||
<rect x="12.7826" y="18" width="23.4348" height="2" rx="1" fill="white"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 688 B |
|
@ -1,16 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_805_32075)">
|
||||
<path d="M31.8947 12.0527H12.0526C10.3667 12.0527 9 13.4194 9 15.1054V34.9475C9 36.6334 10.3667 38.0001 12.0526 38.0001H31.8947C33.5807 38.0001 34.9474 36.6334 34.9474 34.9475V15.1054C34.9474 13.4194 33.5807 12.0527 31.8947 12.0527Z" fill="#1760CA"/>
|
||||
<path d="M34.9475 9H15.1054C13.4194 9 12.0527 10.3667 12.0527 12.0526V31.8947C12.0527 33.5807 13.4194 34.9474 15.1054 34.9474H34.9475C36.6334 34.9474 38.0001 33.5807 38.0001 31.8947V12.0526C38.0001 10.3667 36.6334 9 34.9475 9Z" fill="#55A4F1"/>
|
||||
<path d="M15.4229 17.0397L18.3066 18.3096V17.2315C16.5935 16.5966 16.5935 16.5966 16.5935 16.5966L18.3066 15.9616V14.8901L15.4229 16.16V17.0397Z" fill="white"/>
|
||||
<path d="M22.7367 17.6489H20.1929C19.9119 17.6489 19.6841 17.8767 19.6841 18.1577C19.6841 18.4387 19.9119 18.6665 20.1929 18.6665H22.7367C23.0177 18.6665 23.2455 18.4387 23.2455 18.1577C23.2455 17.8767 23.0177 17.6489 22.7367 17.6489Z" fill="white"/>
|
||||
<path d="M14.851 12.0527C15.2725 12.0527 15.6142 11.711 15.6142 11.2895C15.6142 10.868 15.2725 10.5264 14.851 10.5264C14.4296 10.5264 14.0879 10.868 14.0879 11.2895C14.0879 11.711 14.4296 12.0527 14.851 12.0527Z" fill="white"/>
|
||||
<path d="M16.8862 12.0527C17.3077 12.0527 17.6494 11.711 17.6494 11.2895C17.6494 10.868 17.3077 10.5264 16.8862 10.5264C16.4647 10.5264 16.123 10.868 16.123 11.2895C16.123 11.711 16.4647 12.0527 16.8862 12.0527Z" fill="white"/>
|
||||
<path d="M18.9209 12.0527C19.3424 12.0527 19.684 11.711 19.684 11.2895C19.684 10.868 19.3424 10.5264 18.9209 10.5264C18.4994 10.5264 18.1577 10.868 18.1577 11.2895C18.1577 11.711 18.4994 12.0527 18.9209 12.0527Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32075">
|
||||
<rect width="29" height="29" fill="white" transform="translate(9 9)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.8 KiB |
|
@ -1,16 +0,0 @@
|
|||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_805_32019)">
|
||||
<path d="M31.8947 12.0527H12.0526C10.3667 12.0527 9 13.4194 9 15.1054V34.9475C9 36.6334 10.3667 38.0001 12.0526 38.0001H31.8947C33.5807 38.0001 34.9474 36.6334 34.9474 34.9475V15.1054C34.9474 13.4194 33.5807 12.0527 31.8947 12.0527Z" fill="#8BC7F5"/>
|
||||
<path d="M34.9475 9H15.1054C13.4194 9 12.0527 10.3667 12.0527 12.0526V31.8947C12.0527 33.5807 13.4194 34.9474 15.1054 34.9474H34.9475C36.6334 34.9474 38.0001 33.5807 38.0001 31.8947V12.0526C38.0001 10.3667 36.6334 9 34.9475 9Z" fill="#086DD7"/>
|
||||
<path d="M15.4229 17.0397L18.3066 18.3096V17.2315C16.5935 16.5966 16.5935 16.5966 16.5935 16.5966L18.3066 15.9616V14.8901L15.4229 16.16V17.0397Z" fill="white"/>
|
||||
<path d="M22.7367 17.6489H20.1929C19.9119 17.6489 19.6841 17.8767 19.6841 18.1577C19.6841 18.4387 19.9119 18.6665 20.1929 18.6665H22.7367C23.0177 18.6665 23.2455 18.4387 23.2455 18.1577C23.2455 17.8767 23.0177 17.6489 22.7367 17.6489Z" fill="white"/>
|
||||
<path d="M14.851 12.0527C15.2725 12.0527 15.6142 11.711 15.6142 11.2895C15.6142 10.868 15.2725 10.5264 14.851 10.5264C14.4296 10.5264 14.0879 10.868 14.0879 11.2895C14.0879 11.711 14.4296 12.0527 14.851 12.0527Z" fill="white"/>
|
||||
<path d="M16.8862 12.0527C17.3077 12.0527 17.6494 11.711 17.6494 11.2895C17.6494 10.868 17.3077 10.5264 16.8862 10.5264C16.4647 10.5264 16.123 10.868 16.123 11.2895C16.123 11.711 16.4647 12.0527 16.8862 12.0527Z" fill="white"/>
|
||||
<path d="M18.9209 12.0527C19.3424 12.0527 19.684 11.711 19.684 11.2895C19.684 10.868 19.3424 10.5264 18.9209 10.5264C18.4994 10.5264 18.1577 10.868 18.1577 11.2895C18.1577 11.711 18.4994 12.0527 18.9209 12.0527Z" fill="white"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_805_32019">
|
||||
<rect width="29" height="29" fill="white" transform="translate(9 9)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.8 KiB |