aboutsummaryrefslogtreecommitdiff
path: root/xpdf-qt/toggleSidebar.svg
blob: 99f764e0e0c36c59b3d5abeb2ff951d1be0fcd34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
  "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="80" height="80" version="1.1"
 xmlns="http://www.w3.org/2000/svg">
  <rect fill="none" stroke="#555555" stroke-width="4"
   x="4" y="4" width="72" height="72"/>
  <rect fill="#ddddff" stroke="#555555" stroke-width="4"
   x="4" y="4" width="20" height="72"/>
</svg>
<!--
<svg width="48" height="80" version="1.1"
 xmlns="http://www.w3.org/2000/svg">
  <polyline fill="#555555" stroke="none"
   points="32,16 12,40 32,64"/>
</svg>
-->