Index: trunk/images/data/closedway.svg
===================================================================
--- trunk/images/data/closedway.svg	(revision 13630)
+++ trunk/images/data/closedway.svg	(revision 13630)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <path d="m13,3l-10,2l4,8l7,-3z" fill="none" stroke="#000000"/>
+  <path d="m11.5,1.5h3v3h-3z
+    m-10,2h3v3h-3z
+    m4,8h3v3h-3z
+    m7,-3h3v3h-3z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: trunk/images/data/multipolygon.svg
===================================================================
--- trunk/images/data/multipolygon.svg	(revision 13630)
+++ trunk/images/data/multipolygon.svg	(revision 13630)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <defs>
+    <linearGradient id="gradient" x1="0" y1="0" x2="100%" y2="100%">
+      <stop offset="30%" stop-color="#fde411"/>
+      <stop offset="70%" stop-color="#fbb41b"/>
+    </linearGradient>
+  </defs>
+  <path d="m3,5l10,-2l1,8l-10,2z" stroke="#000000" fill="url(#gradient)"/>
+  <path d="m1.5,3.5h3v3h-3z
+    m10,-2h3v3h-3z
+    m1,8h3v3h-3z
+    m-10,2h3v3h-3z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: trunk/images/data/node.svg
===================================================================
--- trunk/images/data/node.svg	(revision 13630)
+++ trunk/images/data/node.svg	(revision 13630)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <path d="m6,6h6v6h-6z" opacity=".2" fill="#000000"/>
+  <path d="m5.5,5.5h5v5h-5z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: trunk/images/data/sequence.svg
===================================================================
--- trunk/images/data/sequence.svg	(revision 13630)
+++ trunk/images/data/sequence.svg	(revision 13630)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16px" height="16px">
+  <defs>
+    <linearGradient id="strokeGrad" x1="0" y1="0" x2="0" y2="100%">
+      <stop offset="30%" stop-color="#777777"/>
+      <stop offset="70%" stop-color="#4f4f4f"/>
+    </linearGradient>
+    <linearGradient id="fillGrad" x1="0" y1="0" x2="100%" y2="0">
+      <stop offset="30%" stop-color="#fcfcfc"/>
+      <stop offset="70%" stop-color="#e0e0e0"/>
+    </linearGradient>
+    <g id="bar">
+      <path d="m12,0a1,1 0 0 1 1,1v1a1,1 0 0 1 -1,1h-11a1,1 0 0 1 -1,-1v-1a1,1 0 0 1 1,-1z" fill="url(#strokeGrad)"/>
+      <path d="m1,2v-1h11v1z" fill="url(#fillGrad)"/>
+    </g>
+  </defs>
+  <use xlink:href="#bar" x="2" y="1"/>
+  <use xlink:href="#bar" x="2" y="6"/>
+  <use xlink:href="#bar" x="2" y="11"/>
+</svg>
Index: trunk/images/data/way.svg
===================================================================
--- trunk/images/data/way.svg	(revision 13630)
+++ trunk/images/data/way.svg	(revision 13630)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <path d="m13,3l-10,2l4,8" fill="none" stroke="#000000"/>
+  <path d="m11.5,1.5h3v3h-3z
+    m-10,2h3v3h-3z
+    m4,8h3v3h-3z" fill="#ffffff" stroke="#df421e"/>
+</svg>
