blob: e537c01354326e31052ae8e1c4a2cff8f9eed290 (
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 -40 40 0 24 44)" gradientUnits="userSpaceOnUse">
<stop stop-color="#ccc" offset="0"/>
<stop stop-color="#e4e4e4" offset="1"/>
</linearGradient>
<circle transform="matrix(1.1382 0 0 1.1382 -3.3168 -3.3168)" cx="24" cy="24" r="20" fill="url(#a)"/>
<path transform="translate(0 -1.1382)" d="m11.48 19.447c-1.992 0-2.277 2.277-2.277 2.277v6.829s0 2.276 2.277 2.276h2.276c2.277 0 2.277-2.276 2.277-2.276v-3.13s-.285-1.423-2.277-1.423h-2.276v-2.276h4.553v-2.277zm9.105 0h-2.276v11.382h2.276zm13.659 0c-1.104 0-2.277 1.173-2.277 2.277v6.829c0 1.103 1.173 2.276 2.277 2.276h2.276c1.104 0 2.277-1.173 2.277-2.276v-6.829c0-1.104-1.173-2.277-2.277-2.277zm-9.106 0c-2.276 0-2.276 2.277-2.276 2.277v2.276l2.276 1.138-2.276 1.138v2.277s0 2.276 2.276 2.276h2.277c2.276 0 2.276-2.276 2.276-2.276v-2.277l-2.276-1.138 2.276-1.138v-2.276s0-2.277-2.276-2.277zm-13.658 6.829h2.276v2.277h-2.276zm22.764-4.552h2.276v6.829h-2.276zm-9.106 4.552h2.277v2.277h-2.277zm0-4.552h2.277v2.276h-2.277z" fill="#313131" fill-rule="nonzero"/>
</svg>
|