blob: 23d2e540c4692ff3b2edb5ec17b02c930d7eb75d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<!-- Replied: the exact mirror of passed.svg about x=8. Every coordinate is
16 minus its counterpart, so the pair is symmetric by construction
rather than by eye. -->
<path fill="currentColor" d="M 6.8,2.2
V 5.0
H 8.7
C 11.9,5.0 14.2,7.4 14.2,10.8
V 13.8
a 0.9,0.9 0 0 1 -1.75,0.28
C 11.8,12.1 10.4,10.9 8.7,10.9
H 6.8
V 13.7
L 1.0,7.95
Z"/>
</svg>
|