diff options
Diffstat (limited to 'xpdf-qt/forward.svg')
-rw-r--r-- | xpdf-qt/forward.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xpdf-qt/forward.svg b/xpdf-qt/forward.svg new file mode 100644 index 0000000..e408ff7 --- /dev/null +++ b/xpdf-qt/forward.svg @@ -0,0 +1,10 @@ +<?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"> + <polyline stroke="#555555" stroke-width="8" fill="none" + points="12,40 64,40"/> + <polyline stroke="#555555" stroke-width="8" fill="none" + points="44,20 68,40 44,60"/> +</svg> |