Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 14958)
+++ trunk/data/defaultpresets.xml	(revision 14959)
@@ -5770,4 +5770,11 @@
             <reference ref="link_contact_address_payment" />
         </item> <!-- Bed -->
+        <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=carpet" />
+            <space />
+            <key key="shop" value="carpet" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Carpet -->
         <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
             <link wiki="Tag:shop=interior_decoration" />
Index: trunk/images/presets/shop/carpet.svg
===================================================================
--- trunk/images/presets/shop/carpet.svg	(revision 14959)
+++ trunk/images/presets/shop/carpet.svg	(revision 14959)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="14" viewBox="0 0 14 14" id="svg2">
+  <defs id="defs3053"/>
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <path id="rect822" d="M 12 0 C 10.892 0 10 0.892 10 2 L 10 12 C 10 13.108 10.892 14 12 14 C 13.108 14 14 13.108 14 12 L 14 2 C 14 0.892 13.108 0 12 0 z M 0 2 L 0 3 L 1 3 L 1 4.1992188 L 0 4.1992188 L 0 5.1992188 L 1 5.1992188 L 1 6.4003906 L 0 6.4003906 L 0 7.4003906 L 1 7.4003906 L 1 8.5996094 L 0 8.5996094 L 0 9.5996094 L 1 9.5996094 L 1 10.800781 L 0 10.800781 L 0 11.800781 L 1 11.800781 L 1 13 L 0 13 L 0 14 L 9 14 L 9 2 L 0 2 z M 2 3 L 4 4 L 6 3 L 8 4 L 8 5 L 6 4 L 4 5 L 2 4 L 2 3 z M 2 5.6660156 L 4 6.6660156 L 6 5.6660156 L 8 6.6660156 L 8 7.6660156 L 6 6.6660156 L 4 7.6660156 L 2 6.6660156 L 2 5.6660156 z M 2 8.3339844 L 4 9.3339844 L 6 8.3339844 L 8 9.3339844 L 8 10.333984 L 6 9.3339844 L 4 10.333984 L 2 9.3339844 L 2 8.3339844 z M 2 11 L 4 12 L 6 11 L 8 12 L 8 13 L 6 12 L 4 13 L 2 12 L 2 11 z M 12 11 C 12.552285 11 13 11.447715 13 12 C 13 12.552285 12.552285 13 12 13 C 11.447715 13 11 12.552285 11 12 C 11 11.447715 11.447715 11 12 11 z " style="fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:0.96609181"/>
+</svg>
Index: trunk/styles/standard/elemstyles.mapcss
===================================================================
--- trunk/styles/standard/elemstyles.mapcss	(revision 14958)
+++ trunk/styles/standard/elemstyles.mapcss	(revision 14959)
@@ -1968,4 +1968,5 @@
 area[shop=photo],
 area[shop=ticket],
+area[shop=carpet],
 area[shop=interior_decoration],
 area[shop=car_parts],
@@ -2274,4 +2275,8 @@
 node[shop=ticket] {
     icon-image: "presets/shop/ticket.svg";
+    set icon_z17;
+}
+node[shop=carpet] {
+    icon-image: "presets/shop/carpet.svg";
     set icon_z17;
 }
