blob: 88fe2061520a3fa011396b87c425c5ddf9e21893 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path
style="fill:#555753"
d="M 2,2 V 22 H 22 V 2 Z M 4,4 H 20 V 20 H 4 Z"
/>
<path
style="opacity:0.35;fill:#555753"
d="M 4,4 V 20 H 20 V 4 Z"
/>
</svg>
|