blob: 276e97b32a2d4242fc18e8f3e76751921a96299d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -33.6872 33.6872 0 923.28 40.4502)" gradientUnits="userSpaceOnUse">
<stop stop-color="#4051ad" offset="0"/>
<stop stop-color="#7282d9" offset="1"/>
</linearGradient>
<path d="m39.44 45.668h-30.88c-3.438 0-6.228-2.79-6.228-6.228v-30.88c0-3.438 2.79-6.228 6.228-6.228h30.88c3.438 0 6.228 2.79 6.228 6.228v30.88c0 3.438-2.79 6.228-6.228 6.228z" fill="url(#a)"/>
<g fill="none" stroke="#fff" stroke-width="4">
<path d="m9 32.987 6-17.987 6 17.987"/>
<path d="m21 15 6 18.013 6-18.013"/>
<path d="m39 15v17.987"/>
</g>
</svg>
|