19 lines
856 B
XML
19 lines
856 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
<defs>
|
|
<linearGradient id="gradient1" x1="10%" y1="90%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#fff"/>
|
|
<stop offset="100%" stop-color="#eee"/>
|
|
</linearGradient>
|
|
<style type="text/css"><![CDATA[
|
|
.line1 { stroke:#333; stroke-width:0.3; }
|
|
]]></style>
|
|
</defs>
|
|
|
|
<polygon points="2 1, 11 1, 14 4, 14 15, 2 15" stroke-width="0.2" stroke="#333" fill="#fff" fill-opacity="0.0" />
|
|
<line x1="5" y1="4" x2="10" y2="4" class="line1"/>
|
|
<line x1="5" y1="6" x2="11" y2="6" class="line1"/>
|
|
<line x1="5" y1="8" x2="11" y2="8" class="line1"/>
|
|
<line x1="5" y1="10" x2="11" y2="10" class="line1"/>
|
|
<line x1="5" y1="12" x2="11" y2="12" class="line1"/>
|
|
<polygon points="3 2, 10 2, 10 5, 13 5, 13 14, 3 14" fill="url(#gradient1)" fill-opacity="0.4" />
|
|
</svg> |