23 lines
756 B
XML
23 lines
756 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xml:space="preserve"
|
|
viewBox="0 0 16 16"
|
|
x="0px" y="0px"
|
|
style="enable-background:new 0 0 16 16;">
|
|
<style type="text/css">
|
|
.icon-bg{
|
|
fill:#C5C5C5;
|
|
}
|
|
</style>
|
|
<g id="canvas"></g>
|
|
<g id="outline"></g>
|
|
<g id="iconFg"></g>
|
|
<g id="iconBg">
|
|
<path class="icon-bg"
|
|
d="M9,5h5v2.4c0.4,0.2,0.7,0.4,1,0.7V2H1v12h5.6L9,11.6V5z M2,13V5h5v8H2z M11.3,12.7c0.4,0.2,0.8,0.3,1.2,0.3
|
|
c1.4,0,2.5-1.1,2.5-2.5C15,9.1,13.9,8,12.5,8C11.1,8,10,9.1,10,10.5c0,0.4,0.1,0.8,0.3,1.2L8,14l1,1L11.3,12.7z M11,10.5
|
|
C11,9.7,11.7,9,12.5,9c0.8,0,1.5,0.7,1.5,1.5c0,0.8-0.7,1.5-1.5,1.5C11.7,12,11,11.3,11,10.5z"/>
|
|
</g>
|
|
</svg>
|