blob: 64dcb824f9ced293d628f26a3c529909b21186a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<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 6 -0.046875 C 3.871094 -0.046875 2.144531 1.6875 2.144531 3.824219 C 2.144531 5.085938 2.738281 6.195312 3.675781 6.898438 C 4.101562 7.222656 4.460938 7.640625 4.460938 8.21875 L 4.5 8.953125 L 7.5 8.953125 L 7.546875 8.21875 C 7.574219 7.640625 7.898438 7.222656 8.324219 6.898438 C 9.261719 6.195312 9.855469 5.085938 9.855469 3.824219 C 9.855469 1.6875 8.128906 -0.046875 6 -0.046875 Z M 6 1.5 C 7.273438 1.5 8.316406 2.542969 8.316406 3.824219 C 8.316406 4.550781 7.980469 5.226562 7.394531 5.664062 C 6.523438 6.324219 6.195312 7.058594 6.074219 7.671875 L 5.925781 7.671875 C 5.804688 7.058594 5.476562 6.324219 4.605469 5.664062 C 4.019531 5.226562 3.683594 4.550781 3.683594 3.824219 C 3.683594 2.542969 4.726562 1.5 6 1.5 Z M 4.5 9.703125 L 4.5 10.453125 L 7.5 10.453125 L 7.5 9.703125 Z M 5.25 11.203125 L 5.25 11.953125 L 6.75 11.953125 L 6.75 11.203125 Z M 5.25 11.203125"/>
</g>
</defs>
<g>
<use mask="url(#mask0)" xlink:href="#surface5"/>
</g>
</svg>
|