Index: resources/data/defaultpresets.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- resources/data/defaultpresets.xml	(revision 16452)
+++ resources/data/defaultpresets.xml	(date 1589916156848)
@@ -3396,6 +3396,17 @@
             <space />
             <reference ref="link_contact_address_payment" />
         </item> <!-- Sauna -->
+        <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=public_bath" />
+            <space />
+            <key key="amenity" value="public_bath" />
+            <text key="name" text="Name" />
+            <combo key="bath:type" text="Type" values="hot_spring,onsen,sento,hammam,thermal,river,lake" />
+            <combo key="bath:open_air" text="Open air" values="yes,no" />
+            <combo key="shower" text="Shower present" values="yes,no" />
+            <space />
+            <reference ref="fee" />
+        </item> <!-- Public bath -->
         <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
             <link wiki="Tag:leisure=horse_riding" />
             <space />
Index: resources/images/presets/leisure/public_bath.svg
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- resources/images/presets/leisure/public_bath.svg	(date 1589915534888)
+++ resources/images/presets/leisure/public_bath.svg	(date 1589915534888)
@@ -0,0 +1,37 @@
+<?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"
+  width="14"
+  height="14"
+  version="1.1"
+  id="svg8">
+  <defs
+    id="defs2" />
+  <metadata
+    id="metadata5">
+    <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></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <rect
+    x="0"
+    y="0"
+    width="14"
+    height="14"
+    id="canvas"
+    style="visibility:hidden;fill:none;stroke:none" />
+  <path
+    d="M 1.65421264,11.0000406 C 1.2278399,11.0000406 0.597367898,11.3624969 0.016138571,11.650988 L 0,13.6777956 C 0.60987926,13.3856384 1.26337235,13.0000135 1.65421378,13.0000135 2.32305249,13.0000135 3.59890634,14 4.30708821,14 4.93781155,14 6.28651045,13.0000135 6.95996245,13.0000135 7.62880117,13.0000135 8.97844268,14 9.6128367,14 10.2816765,14 11.6362175,13.0000135 12.2657132,13.0000135 12.6597037,13.0000135 13.3377157,13.3917234 13.9538671,13.6848255 L 14,11.6613061 C 13.4001924,11.3615898 12.7025208,10.9756248 12.2657166,11.0000406 11.6313211,11.0000406 10.3221171,12.000027 9.61284048,12.000027 9.0226892,12.000027 7.62880495,11.0000406 6.95996623,11.0000406 6.29112752,11.0000406 4.898554,12.000027 4.30709161,12.000027 3.67636846,12.000027 2.36239961,11.0000406 1.65421264,11.0000406 Z M 4.75,4.00031835 C 3.94354839,4.0003754 3,5 3,6.5 V 10 H 4.25 V 6 C 4.25,5.39764301 4.48208677,5.3 4.75,5.3 V 10 H 9.25 V 5.3 C 9.52068931,5.3 9.71255839,5.40093421 9.75,6 V 10 H 11 V 6.5 C 11,5 10.0564516,3.99994295 9.25,4 Z M 6.99999967,0.25 C 6.03349795,0.25 5.25,1.03352486 5.25,2.00000005 5.25,2.96647524 6.03349795,3.75 6.99999967,3.75 7.96650205,3.75 8.75,2.96647524 8.75,2.00000005 8.75,1.03352486 7.96650205,0.25 6.99999967,0.25 Z"
+    style="fill:#734a08;fill-opacity:1;stroke-width:1.329874635"
+    id="public-bath" />
+</svg>
Index: resources/styles/standard/elemstyles.mapcss
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- resources/styles/standard/elemstyles.mapcss	(revision 16452)
+++ resources/styles/standard/elemstyles.mapcss	(date 1589916022587)
@@ -1883,7 +1883,8 @@
 area[leisure=miniature_golf],
 area[leisure=dog_park],
 area[leisure=ice_rink],
-area[leisure=sauna] {
+area[leisure=sauna],
+area[amenity=public_bath] {
     fill-color: leisure#c7f1a3;
 }
 node[leisure=fitness_station] {
@@ -1905,6 +1906,10 @@
 node[leisure=sauna] {
     icon-image: "presets/leisure/sauna.svg";
     set icon_z17;
+}
+node[amenity=public_bath] {
+    icon-image: "presets/leisure/public_bath.svg";
+    set icon_z17;
 }
 area[leisure=golf_course] {
     fill-color: leisure#c7f1a3;
