blob: 356af6ee520552fd8413c5eb9f64a99edea8f140 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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="#424ae9" offset="0"/>
<stop stop-color="#6a84e2" offset="1"/>
</linearGradient>
<g transform="matrix(1.1382 0 0 1.1382 -3.3168 -3.3168)">
<circle cx="24" cy="24" r="20" fill="url(#a)"/>
<path d="m11.82 15c-.998 0-1.82.816-1.82 1.809v14.382c0 .993.822 1.809 1.82 1.809h24.36c.998 0 1.82-.816 1.82-1.809v-14.382c0-.993-.822-1.809-1.82-1.809zm1.657 4c.016-.001.033-.001.05 0 .083.003.163.026.235.066l7.986 4.504c.156.089.252.253.252.43s-.096.341-.252.43l-7.986 4.504c-.077.042-.164.065-.253.065-.278 0-.507-.223-.509-.495v-9.008c0-.261.21-.479.477-.496zm12.351 1h5.344c.454.003.826.453.828 1-.002.547-.374.997-.828 1h-5.344c-.454-.003-.826-.453-.828-1-.001-.265.087-.519.244-.705.154-.189.365-.296.584-.295zm-.031 3h8.406c.437 0 .796.452.796 1 0 .264-.083.518-.231.705-.15.188-.353.294-.565.295h-8.406c-.437-.002-.795-.452-.797-1 .002-.548.36-.998.797-1zm0 3h8.406c.437 0 .796.452.796 1 0 .264-.083.518-.231.705-.15.188-.353.294-.565.295h-8.406c-.437-.002-.795-.452-.797-1 .002-.548.36-.998.797-1z" fill="#fff" fill-rule="nonzero"/>
</g>
</svg>
|