blob: 89e63a1740c5903042be814fd8f0590c2612dc48 (
plain)
1
2
3
4
5
6
7
8
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -43.3373 43.3373 0 201.9 45.6687)" gradientUnits="userSpaceOnUse">
<stop stop-color="#464646" offset="0"/>
<stop stop-color="#696969" offset="1"/>
</linearGradient>
<path d="m45.668 8.56c0-3.438-2.79-6.228-6.228-6.228h-30.88c-3.438 0-6.228 2.79-6.228 6.228v30.88c0 3.438 2.79 6.228 6.228 6.228h30.88c3.438 0 6.228-2.79 6.228-6.228z" fill="url(#a)"/>
<path d="m10.5 8.25v31.5h7.5v-31.5zm10.5 0v7.5h16.5v-7.5zm0 10.5v7.5h7.5v-7.5z" fill="#fff" fill-rule="nonzero"/>
</svg>
|