blob: 4025dc56b39270c3770b21b2205dc38e494cee7d (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
<path d="m54 3.146c0-0.926-0.751-1.677-1.677-1.677h-34.705c-2.02 0-3.958 0.803-5.387 2.231-1.428 1.429-2.231 3.367-2.231 5.387v45.295c0 2.02 0.803 3.958 2.231 5.387 1.429 1.428 3.367 2.231 5.387 2.231h28.764c2.02 0 3.958-0.803 5.387-2.231 1.428-1.429 2.231-3.367 2.231-5.387v-51.236z" style="fill:url(#_Linear1)"/>
<path d="m21 20.107v22h12v-22h-12zm2 2h3v18h-3v-18zm5 0h3v18h-3v-18zm7 0v18h3v-18h-3zm5 0v18h3v-18h-3z" style="fill-opacity:.5;fill-rule:nonzero"/>
<defs>
<linearGradient id="_Linear1" x2="1" gradientTransform="matrix(3.03829e-15,-49.619,49.619,3.03829e-15,615.22,51.088)" gradientUnits="userSpaceOnUse">
<stop style="stop-color:#cecece" offset="0"/>
<stop style="stop-color:#f0f0f0" offset="1"/>
</linearGradient>
</defs>
</svg>
|