blob: 7e8f26a6c48995676fd18c789692cf3be908822b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12">
<defs>
<filter id="alpha" width="100%" height="100%" x="0%" y="0%" filterUnits="objectBoundingBox">
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
</filter>
<mask id="mask0">
<g filter="url(#alpha)">
<rect width="12" height="12" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.301961"/>
</g>
</mask>
<clipPath id="clip1">
<rect width="12" height="12" x="0" y="0"/>
</clipPath>
<g id="surface5" clip-path="url(#clip1)">
<path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 3.777344 0.832031 C 3.058594 1.730469 2.625 2.871094 2.625 4.117188 C 2.625 7.023438 4.972656 9.371094 7.878906 9.371094 C 9.117188 9.371094 10.253906 8.941406 11.152344 8.226562 C 11.070312 8.039062 10.941406 7.863281 10.753906 7.703125 C 9.964844 7.046875 8.507812 6.574219 6.984375 5.066406 C 5.378906 3.46875 4.921875 1.957031 4.246094 1.179688 C 4.105469 1.015625 3.945312 0.902344 3.777344 0.832031 Z M 3.777344 0.832031"/>
</g>
</defs>
<g>
<path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 3.371094 0.75 C 1.441406 0.683594 -1.128906 5.28125 2.820312 9.199219 C 6.753906 13.105469 11.378906 10.582031 11.246094 8.617188 C 10.277344 9.347656 9.09375 9.746094 7.878906 9.746094 C 4.769531 9.746094 2.25 7.226562 2.25 4.117188 C 2.253906 2.902344 2.648438 1.722656 3.371094 0.75 Z M 3.371094 0.75"/>
<use mask="url(#mask0)" xlink:href="#surface5"/>
</g>
</svg>
|