summaryrefslogtreecommitdiff
path: root/svg
diff options
context:
space:
mode:
authorsumit2020-04-24 14:45:47 +0530
committersumit2020-04-24 14:45:47 +0530
commitdae95c4b5369d629e6033cc082c526ef042cf497 (patch)
tree1e56332b0853ca7f7cf90b0aab9ae6cba69d5e97 /svg
parent0c693cdeb2cce18a61cc93a6c042eaa2d4b15752 (diff)
downloadChemical-PFD-dae95c4b5369d629e6033cc082c526ef042cf497.tar.gz
Chemical-PFD-dae95c4b5369d629e6033cc082c526ef042cf497.tar.bz2
Chemical-PFD-dae95c4b5369d629e6033cc082c526ef042cf497.zip
add svg file
Diffstat (limited to 'svg')
-rw-r--r--svg/Bag.svg81
-rw-r--r--svg/Boiler.svg75
-rw-r--r--svg/Centrifugal Pump.svg104
-rw-r--r--svg/Centrifugal.svg103
-rw-r--r--svg/CentrifugalPump.svg100
-rw-r--r--svg/CentrifugalPump2.svg105
-rw-r--r--svg/CentrifugalPump3.svg105
-rw-r--r--svg/Column.svg92
-rw-r--r--svg/Compressor.svg72
-rw-r--r--svg/Cooler.svg84
-rw-r--r--svg/GasBottle.svg74
-rw-r--r--svg/HeatExchanger.svg80
-rw-r--r--svg/HeatExchanger2.svg80
-rw-r--r--svg/Heater.svg101
-rw-r--r--svg/HorizontalVessel.svg75
-rw-r--r--svg/LiquidRingCompressor.svg144
-rw-r--r--svg/Pump.svg86
-rw-r--r--svg/Tank.svg70
-rw-r--r--svg/VerticalVessel.svg75
-rw-r--r--svg/drawing.svg186
-rw-r--r--svg/line.svg62
21 files changed, 1954 insertions, 0 deletions
diff --git a/svg/Bag.svg b/svg/Bag.svg
new file mode 100644
index 0000000..6157790
--- /dev/null
+++ b/svg/Bag.svg
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="3.2421772mm"
+ height="6.1269817mm"
+ viewBox="0 0 3.2421772 6.1269817"
+ version="1.1"
+ id="svg12403"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Bag.svg">
+ <defs
+ id="defs12397" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-229.58734"
+ inkscape:cy="-219.85002"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata12400">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-43.736054,-84.5377)">
+ <g
+ id="use26359"
+ transform="matrix(0.26458333,0,0,0.26458333,-3.9887501,73.928193)">
+ <desc
+ id="desc12960">Bag</desc>
+ <title
+ id="title12962">Bag</title>
+ <path
+ d="m 180.61365,49.4094 v 13.609494 h 11.78107 V 49.4094 C 192.27,46.875236 189.67,44.872517 186.50494,44.872517 c -3.16454,0 -5.76448,2.002719 -5.89129,4.536883 z m 2.94488,-9.07316 2.94641,4.536277 2.9449,-4.536277 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66862381"
+ id="path12964"
+ inkscape:connector-curvature="0" />
+ <g
+ style="stroke-w
+ idth:1.31504369"
+ id="g12968"
+ transform="matrix(0.507302,0,0,0.50958516,89.699529,-958.6518)">
+ <path
+ d="m 179.211,1978.199 v 26.707 h 23.223 v -26.707 c -0.246,-4.972 -5.371,-8.902 -11.61,-8.902 -6.238,0 -11.363,3.93 -11.613,8.902 z m 5.805,-17.804 5.808,8.902 5.805,-8.902 z m 5.808,0 v 8.902"
+ style="fill:none;stroke:#000000;stroke-width:0.93203717;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path12966"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/Boiler.svg b/svg/Boiler.svg
new file mode 100644
index 0000000..da784a7
--- /dev/null
+++ b/svg/Boiler.svg
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="5.7782516mm"
+ height="6.9402943mm"
+ viewBox="0 0 5.7782516 6.9402943"
+ version="1.1"
+ id="svg11822"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Boiler.svg">
+ <defs
+ id="defs11816" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-241.93761"
+ inkscape:cy="-369.74163"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata11819">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-47.003732,-44.065567)">
+ <g
+ id="use33376"
+ transform="matrix(0.26458333,0,0,0.26458333,20.73674,-7.9370133)">
+ <desc
+ id="desc12378">Boiler</desc>
+ <title
+ id="title12380">Boiler</title>
+ <g
+ style="stroke-width:0.8278237"
+ transform="matrix(0.80790498,0,0,0.80747245,-161.28194,-1275.2623)"
+ id="g12384">
+ <path
+ inkscape:connector-curvature="0"
+ id="path12382"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.58672005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 331.621,1822.734 v 5.364 l -8.816,5.367 v 21.461 h 26.445 v -21.461 l -8.816,-5.367 v -5.364" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/Centrifugal Pump.svg b/svg/Centrifugal Pump.svg
new file mode 100644
index 0000000..5b60256
--- /dev/null
+++ b/svg/Centrifugal Pump.svg
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="5.8764515mm"
+ height="5.1060538mm"
+ viewBox="0 0 5.8764515 5.1060538"
+ version="1.1"
+ id="svg919"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Centrifugal Pump.svg">
+ <defs
+ id="defs913" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="11.105106"
+ inkscape:cy="9.6492281"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1304"
+ inkscape:window-height="745"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata916">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-102.89511,-146.2803)">
+ <g
+ id="use23667"
+ transform="matrix(0.26458333,0,0,0.26458333,87.26164,148.76091)">
+ <desc
+ id="desc937">Centrifugal pump</desc>
+ <title
+ id="title939">Centrifugal pump</title>
+ <path
+ d="m 63.461437,0.93302941 c 0,-4.83160421 3.917761,-8.74995261 8.751431,-8.74995261 4.831585,0 8.749327,3.9183484 8.749327,8.74995261 0,4.83440929 -3.917742,8.75275769 -8.749327,8.75275769 -4.83367,0 -8.751431,-3.9183484 -8.751431,-8.75275769 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66862381"
+ id="path941"
+ inkscape:connector-curvature="0" />
+ <g
+ style="stroke-width:0.96060389"
+ id="g945"
+ transform="matrix(0.69599386,0,0,0.6960967,-60.599463,-916.20963)">
+ <path
+ d="m 178.25,1317.551 c 0,-6.942 5.629,-12.571 12.574,-12.571 6.942,0 12.571,5.629 12.571,12.571 0,6.945 -5.629,12.574 -12.571,12.574 -6.945,0 -12.574,-5.629 -12.574,-12.574 z m -6.285,0 h 18.859 m 0,-12.571 h 12.571"
+ style="fill:none;stroke:#000000;stroke-width:0.68082803;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path943"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="stroke-width:0.96060389"
+ id="g949"
+ transform="matrix(0.69599386,0,0,0.6960967,-60.599463,-916.20963)">
+ <path
+ d="m 189.406,1316.133 1.418,1.418 -1.418,1.418 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.68082803;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path947"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="stroke-width:0.96060389"
+ id="g953"
+ transform="matrix(0.69599386,0,0,0.6960967,-60.599463,-916.20963)">
+ <path
+ d="m 201.977,1303.563 1.418,1.417 -1.418,1.418 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.68082803;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path951"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/Centrifugal.svg b/svg/Centrifugal.svg
new file mode 100644
index 0000000..5ede544
--- /dev/null
+++ b/svg/Centrifugal.svg
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="6.8296285mm"
+ height="6.6897469mm"
+ viewBox="0 0 6.8296285 6.6897469"
+ version="1.1"
+ id="svg2358"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Centrifugal.svg">
+ <defs
+ id="defs2352" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-202.8079"
+ inkscape:cy="-124.50082"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata2355">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-36.650662,-109.20274)">
+ <g
+ id="use21968"
+ transform="matrix(0.26458333,0,0,0.26458333,0.44943681,138.85882)">
+ <g
+ id="g2938"
+ transform="matrix(1.8953116,0,0,1.8953116,-9.0152175,-151.85519)">
+ <desc
+ id="desc2920">Centrifugal</desc>
+ <title
+ id="title2922">Centrifugal</title>
+ <g
+ id="g2936"
+ transform="matrix(0.43518648,0,0,-0.43521153,206.7951,1926.7519)"
+ style="stroke-width:0.81061256">
+ <g
+ id="g2926"
+ transform="matrix(1,0,0,-1,-473.68922,5717.9934)"
+ style="stroke-width:0.81061256">
+ <path
+ d="m 178.332,1369.41 h 26.387 l -13.192,-15.672 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57452166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path2924"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g2930"
+ transform="matrix(1,0,0,-1,-473.68922,5717.9934)"
+ style="stroke-width:0.81061256">
+ <path
+ d="m 201.926,1350.254 c 0,0 1.375,11.976 -10.367,14.086 -11.485,2.062 -14.762,-10.133 -14.762,-10.133 0,0 -1.871,-11.484 10.68,-14.875 h 18.847 v 10.922 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57452166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path2928"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ d="m -298.37322,4368.1808 h 5.012 v -7.727 h -5.012 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.81061256"
+ id="path2932"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g2934"
+ transform="matrix(1,-1,-1,-1,-473.68922,5717.9934)"
+ style="stroke-width:0.81061256" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/CentrifugalPump.svg b/svg/CentrifugalPump.svg
new file mode 100644
index 0000000..2f0ce88
--- /dev/null
+++ b/svg/CentrifugalPump.svg
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="5.8764515mm"
+ height="5.1060538mm"
+ viewBox="0 0 5.8764515 5.1060538"
+ version="1.1"
+ id="svg5946"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="CentrifugalPump.svg">
+ <defs
+ id="defs5940" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-258.89489"
+ inkscape:cy="-276.06505"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata5943">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-51.490345,-70.685069)">
+ <g
+ id="use23667"
+ transform="matrix(0.26458333,0,0,0.26458333,35.856878,73.165674)">
+ <desc
+ id="desc6507">Centrifugal pump</desc>
+ <title
+ id="title6509">Centrifugal pump</title>
+ <path
+ d="m 63.461437,0.93302941 c 0,-4.83160421 3.917761,-8.74995261 8.751431,-8.74995261 4.831585,0 8.749327,3.9183484 8.749327,8.74995261 0,4.83440929 -3.917742,8.75275769 -8.749327,8.75275769 -4.83367,0 -8.751431,-3.9183484 -8.751431,-8.75275769 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66862381"
+ id="path6511"
+ inkscape:connector-curvature="0" />
+ <g
+ style="stroke-width:0.96060389"
+ id="g6515"
+ transform="matrix(0.69599386,0,0,0.6960967,-60.599463,-916.20963)">
+ <path
+ d="m 178.25,1317.551 c 0,-6.942 5.629,-12.571 12.574,-12.571 6.942,0 12.571,5.629 12.571,12.571 0,6.945 -5.629,12.574 -12.571,12.574 -6.945,0 -12.574,-5.629 -12.574,-12.574 z m -6.285,0 h 18.859 m 0,-12.571 h 12.571"
+ style="fill:none;stroke:#000000;stroke-width:0.68082803;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path6513"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="stroke-width:0.96060389"
+ id="g6519"
+ transform="matrix(0.69599386,0,0,0.6960967,-60.599463,-916.20963)">
+ <path
+ d="m 189.406,1316.133 1.418,1.418 -1.418,1.418 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.68082803;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path6517"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="stroke-width:0.96060389"
+ id="g6523"
+ transform="matrix(0.69599386,0,0,0.6960967,-60.599463,-916.20963)">
+ <path
+ d="m 201.977,1303.563 1.418,1.417 -1.418,1.418 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.68082803;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path6521"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/CentrifugalPump2.svg b/svg/CentrifugalPump2.svg
new file mode 100644
index 0000000..1f27b73
--- /dev/null
+++ b/svg/CentrifugalPump2.svg
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="6.8296285mm"
+ height="6.6897473mm"
+ viewBox="0 0 6.8296285 6.6897473"
+ version="1.1"
+ id="svg4748"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="CentrifugalPump2.svg">
+ <defs
+ id="defs4742" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-342.8079"
+ inkscape:cy="-81.64368"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata4745">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-73.692329,-120.54203)">
+ <g
+ id="use23873"
+ transform="matrix(0.26458333,0,0,0.26458333,47.488779,123.69993)">
+ <desc
+ id="desc5310">Centrifugal pump - 2</desc>
+ <title
+ id="title5312">Centrifugal pump - 2</title>
+ <g
+ style="stroke-width:0.81061256"
+ transform="matrix(0.824814,0,0,-0.82486148,345.13945,3600.0907)"
+ id="g5328">
+ <g
+ style="stroke-width:0.81061256"
+ transform="matrix(1,0,0,-1,-473.68922,5717.9934)"
+ id="g5316">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5314"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57452166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 178.332,1369.41 h 26.387 l -13.192,-15.672 z" />
+ </g>
+ <g
+ style="stroke-width:0.81061256"
+ transform="matrix(1,0,0,-1,-473.68922,5717.9934)"
+ id="g5320">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5318"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57452166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 201.926,1350.254 c 0,0 1.375,11.976 -10.367,14.086 -11.485,2.062 -14.762,-10.133 -14.762,-10.133 0,0 -1.871,-11.484 10.68,-14.875 h 18.847 v 10.922 z" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path5322"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.81061256"
+ d="m -298.37322,4368.1808 h 5.012 v -7.727 h -5.012 z" />
+ <g
+ style="stroke-width:0.81061256"
+ transform="matrix(1,-1,-1,-1,-473.68922,5717.9934)"
+ id="g5326">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5324"
+ style="fill:none;stroke:#000000;stroke-width:0.40624821;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 767.932,581.689 c 0.002,-1.552 1.26,-2.81 2.81,-2.81 1.551,0 2.809,1.258 2.809,2.812 0.002,1.549 -1.256,2.811 -2.811,2.811" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/CentrifugalPump3.svg b/svg/CentrifugalPump3.svg
new file mode 100644
index 0000000..dc87ce2
--- /dev/null
+++ b/svg/CentrifugalPump3.svg
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="6.0440712mm"
+ height="7.1352687mm"
+ viewBox="0 0 6.0440712 7.1352687"
+ version="1.1"
+ id="svg5347"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="CentrifugalPump3.svg">
+ <defs
+ id="defs5341" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-458.57813"
+ inkscape:cy="-55.08744"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata5344">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-104.3232,-127.12285)">
+ <g
+ id="use24090"
+ transform="matrix(0.26458333,0,0,0.26458333,67.426728,130.37624)">
+ <desc
+ id="desc5909">Centrifugal pump - 3</desc>
+ <title
+ id="title5911">Centrifugal pump - 3</title>
+ <g
+ style="stroke-width:0.85693133"
+ transform="matrix(0.78055419,0,0,-0.77995328,371.66434,3370.5109)"
+ id="g5927">
+ <g
+ style="stroke-width:0.85693133"
+ transform="matrix(1,0,0,-1,-473.68922,5717.9934)"
+ id="g5915">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5913"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.60735011;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 176.848,1415.074 h 27.953 l -13.977,-16.449 z" />
+ </g>
+ <g
+ style="stroke-width:0.85693133"
+ transform="matrix(-4.37114e-8,1,1,4.37114e-8,-473.68922,5717.9934)"
+ id="g5919">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5917"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.60735011;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m -1385.758,189.027 c 0,0 1.457,12.594 -10.961,14.809 -12.148,2.172 -15.617,-10.649 -15.617,-10.649 0,0 -1.98,-12.074 11.297,-15.64 h 19.934 v 11.48 z" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path5921"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.85693133"
+ d="m -279.84522,4309.6258 v -5.3 h -8.121 v 5.3 z" />
+ <g
+ style="stroke-width:0.85693133"
+ transform="matrix(1,1,1,-1,-473.68922,5717.9934)"
+ id="g5925">
+ <path
+ inkscape:connector-curvature="0"
+ id="path5923"
+ style="fill:none;stroke:#000000;stroke-width:0.42946142;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m -607.254,794.988 c 0,-1.636 1.326,-2.963 2.963,-2.963 1.637,0 2.963,1.327 2.961,2.965 0,1.633 -1.324,2.965 -2.961,2.965" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/Column.svg b/svg/Column.svg
new file mode 100644
index 0000000..ed523e0
--- /dev/null
+++ b/svg/Column.svg
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="29.681765mm"
+ height="50.584301mm"
+ viewBox="0 0 29.681765 50.584301"
+ version="1.1"
+ id="svg1553"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Column.svg">
+ <defs
+ id="defs1547" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.98994949"
+ inkscape:cx="-53.758603"
+ inkscape:cy="95.455126"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1304"
+ inkscape:window-height="745"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata1550">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-144.63496,-116.2188)">
+ <g
+ id="use23287"
+ transform="matrix(1.9494464,0,0,1.7251648,-371.93598,227.29603)">
+ <g
+ id="g1584"
+ transform="matrix(0.68957937,0,0,-0.68957937,351.75302,3137.4373)">
+ <desc
+ id="desc1570">Column</desc>
+ <title
+ id="title1572">Column</title>
+ <path
+ d="m -125.4754,4606.3318 c 0.938,-3.094 5.438,-5.344 10.684,-5.344 5.25,0 9.746,2.25 10.687,5.344 v 31.129 c -0.941,3.094 -5.437,5.34 -10.687,5.34 -5.246,0 -9.746,-2.246 -10.684,-5.34 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ id="path1574"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g1578"
+ transform="matrix(1,0,0,-1,-164.4244,6574.5584)">
+ <path
+ d="m 38.949,1968.227 c 0.938,3.093 5.438,5.343 10.684,5.343 5.25,0 9.746,-2.25 10.687,-5.343 v -31.129 c -0.941,-3.094 -5.437,-5.34 -10.687,-5.34 -5.246,0 -9.746,2.246 -10.684,5.34 z m 0,0 H 60.32 M 38.949,1937.098 H 60.32"
+ style="fill:none;stroke:#000000;stroke-width:0.70875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path1576"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="matrix(1,0,0,-1,-164.4244,6574.5584)"
+ id="g1582">
+ <path
+ inkscape:connector-curvature="0"
+ id="path1580"
+ style="fill:none;stroke:#000000;stroke-width:0.70875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 38.949,1968.227 c 0.938,3.093 5.438,5.343 10.684,5.343 5.25,0 9.746,-2.25 10.687,-5.343 v -31.129 c -0.941,-3.094 -5.437,-5.34 -10.687,-5.34 -5.246,0 -9.746,2.246 -10.684,5.34 z m 0,0 H 60.32 M 38.949,1937.098 H 60.32" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/Compressor.svg b/svg/Compressor.svg
new file mode 100644
index 0000000..1bed202
--- /dev/null
+++ b/svg/Compressor.svg
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="6.623394mm"
+ height="7.0741811mm"
+ viewBox="0 0 6.623394 7.0741811"
+ version="1.1"
+ id="svg6551"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Compressor.svg">
+ <defs
+ id="defs6545" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-311.76906"
+ inkscape:cy="-180.91719"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata6548">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-65.479969,-93.89148)">
+ <g
+ id="use21865"
+ transform="matrix(0.26458333,0,0,0.26458333,61.563211,123.80449)">
+ <g
+ transform="matrix(0.92704539,0,0,0.92646127,-18.548668,-1292.1257)"
+ id="g7110">
+ <title
+ id="title7106">Compressor</title>
+ <path
+ inkscape:connector-curvature="0"
+ id="path7108"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.51134121;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 36.594,1285.801 c 0,7.117 5.769,12.887 12.883,12.887 7.117,0 12.886,-5.77 12.886,-12.887 0,-7.117 -5.769,-12.887 -12.886,-12.887 -7.114,0 -12.883,5.77 -12.883,12.887 z m 5.152,10.308 -5.152,5.153 h 25.769 l -5.152,-5.153 c -4.984,3.434 -10.484,3.434 -15.465,0 z" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/Cooler.svg b/svg/Cooler.svg
new file mode 100644
index 0000000..fd7a4a8
--- /dev/null
+++ b/svg/Cooler.svg
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="6.2097631mm"
+ height="6.957972mm"
+ viewBox="0 0 6.2097631 6.957972"
+ version="1.1"
+ id="svg834"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Cooler.svg">
+ <defs
+ id="defs828" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="328.87784"
+ inkscape:cy="-235.4225"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1304"
+ inkscape:window-height="745"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata831">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-18.817737,-79.58649)">
+ <g
+ id="use29930"
+ transform="matrix(0.26458333,0,0,0.26458333,15.449143,40.948477)">
+ <desc
+ id="desc848">Cooler</desc>
+ <title
+ id="title850">Cooler</title>
+ <path
+ inkscape:connector-curvature="0"
+ id="path852"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66862381"
+ d="m 12.968678,159.18366 c 0,-5.83167 4.727229,-10.55964 10.559596,-10.55964 5.831627,0 10.559615,4.72797 10.559615,10.55964 0,5.83227 -4.727988,10.55957 -10.559615,10.55957 -5.832367,0 -10.559596,-4.7273 -10.559596,-10.55957 z" />
+ <g
+ style="stroke-width:0.91540313"
+ transform="matrix(0.73041461,0,0,0.73041461,-222.05687,-1910.6315)"
+ id="g856">
+ <path
+ inkscape:connector-curvature="0"
+ id="path854"
+ style="fill:none;stroke:#000000;stroke-width:0.64879197;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 321.77,2833.754 c 0,-7.984 6.472,-14.457 14.457,-14.457 7.984,0 14.457,6.473 14.457,14.457 0,7.984 -6.473,14.457 -14.457,14.457 -7.985,0 -14.457,-6.473 -14.457,-14.457 z m 31.808,-8.676 h -14.457 v 5.781 h 5.781 v 5.786 h -5.781 v 5.781 h 14.457 m -26.023,-26.676 v 36.004" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/GasBottle.svg b/svg/GasBottle.svg
new file mode 100644
index 0000000..dc43ced
--- /dev/null
+++ b/svg/GasBottle.svg
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="3.3126543mm"
+ height="6.405571mm"
+ viewBox="0 0 3.3126543 6.405571"
+ version="1.1"
+ id="svg12987"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="GasBottle.svg">
+ <defs
+ id="defs12981" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-338.02558"
+ inkscape:cy="-182.1807"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata12984">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-72.427006,-94.225786)">
+ <g
+ id="use26683"
+ transform="matrix(0.26458333,0,0,0.26458333,14.609807,83.743648)">
+ <desc
+ id="desc13543">Gas Bottle</desc>
+ <title
+ id="title13545">Gas Bottle</title>
+ <g
+ transform="matrix(0.66862381,0,0,0.66862381,97.193421,-1399.264)"
+ id="g13549">
+ <path
+ inkscape:connector-curvature="0"
+ id="path13547"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.70875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 181.832,2168.367 v 19.492 h 17.981 v -19.492 c 0.21,-2.273 -1.458,-4.433 -4.325,-5.613 -2.867,-1.18 -6.465,-1.18 -9.332,0 -2.867,1.18 -4.535,3.34 -4.324,5.613 z m 5.977,-12.996 v 6.5 h 6.027 v -6.5 c 0,-1.664 -1.348,-3.012 -3.012,-3.012 -1.664,0 -3.015,1.348 -3.015,3.012 z" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/HeatExchanger.svg b/svg/HeatExchanger.svg
new file mode 100644
index 0000000..1adc2e3
--- /dev/null
+++ b/svg/HeatExchanger.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="6.0252872mm"
+ height="6.0252872mm"
+ viewBox="0 0 6.0252872 6.0252872"
+ version="1.1"
+ id="svg3541"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="HeatExchanger.svg">
+ <defs
+ id="defs3535" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-224.32792"
+ inkscape:cy="-102.89934"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata3538">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-42.344499,-115.58259)">
+ <g
+ id="use28779"
+ transform="matrix(0.26458333,0,0,0.26458333,-3.6170854,89.842956)">
+ <desc
+ id="desc4098">Heat exchanger</desc>
+ <title
+ id="title4100">Heat exchanger</title>
+ <path
+ inkscape:connector-curvature="0"
+ id="path4102"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66862381"
+ d="m 173.95002,108.67032 c 0,-6.15815 4.99208,-11.149438 11.14943,-11.149438 6.15738,0 11.14944,4.991288 11.14944,11.149438 0,6.15735 -4.99206,11.14938 -11.14944,11.14938 -6.15735,0 -11.14943,-4.99203 -11.14943,-11.14938 z" />
+ <g
+ style="stroke-width:0.86697692"
+ transform="matrix(0.77121298,0,0,0.77121298,38.794947,-2152.2642)"
+ id="g4106">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4104"
+ style="fill:none;stroke:#000000;stroke-width:0.61446989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="M 204.164,2924.43 H 182.48 l 14.458,7.23 -14.458,7.227 h 21.684 m -28.914,-7.227 c 0,-7.984 6.473,-14.457 14.457,-14.457 7.984,0 14.457,6.473 14.457,14.457 0,7.985 -6.473,14.457 -14.457,14.457 -7.984,0 -14.457,-6.472 -14.457,-14.457 z" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/HeatExchanger2.svg b/svg/HeatExchanger2.svg
new file mode 100644
index 0000000..bdf9cd8
--- /dev/null
+++ b/svg/HeatExchanger2.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="6.072896mm"
+ height="6.072896mm"
+ viewBox="0 0 6.072896 6.072896"
+ version="1.1"
+ id="svg2957"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="HeatExchanger2.svg">
+ <defs
+ id="defs2951" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-224.23795"
+ inkscape:cy="-125.66652"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata2954">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-42.320695,-109.51117)">
+ <g
+ id="use29154"
+ transform="matrix(0.26458333,0,0,0.26458333,-13.485057,83.762761)">
+ <desc
+ id="desc3514">Heat exchanger 2</desc>
+ <title
+ id="title3516">Heat exchanger 2</title>
+ <path
+ d="m 211.15635,108.79315 c 0,-6.20703 5.03235,-11.239366 11.23941,-11.239366 6.20705,0 11.23938,5.032336 11.23938,11.239366 0,6.20703 -5.03233,11.23943 -11.23938,11.23943 -6.20706,0 -11.23941,-5.0324 -11.23941,-11.23943 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66862381"
+ id="path3518"
+ inkscape:connector-curvature="0" />
+ <g
+ style="stroke-width:0.86003679"
+ id="g3522"
+ transform="matrix(0.77743625,0,0,0.77743625,74.910621,-2203.7034)">
+ <path
+ d="m 175.25,2974.137 h 3.613 l 7.231,-6.848 7.949,14.457 6.508,-7.609 h 3.613 m -28.914,0.379 c 0,-7.985 6.473,-14.457 14.457,-14.457 7.984,0 14.457,6.472 14.457,14.457 0,7.984 -6.473,14.457 -14.457,14.457 -7.984,0 -14.457,-6.473 -14.457,-14.457 z"
+ style="fill:none;stroke:#000000;stroke-width:0.60955107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path3520"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/Heater.svg b/svg/Heater.svg
new file mode 100644
index 0000000..7d21cf7
--- /dev/null
+++ b/svg/Heater.svg
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="5.3247261mm"
+ height="6.4700546mm"
+ viewBox="0 0 5.3247261 6.4700546"
+ version="1.1"
+ id="svg781"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Heater.svg">
+ <defs
+ id="defs775" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="232.91962"
+ inkscape:cy="-110.63027"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1304"
+ inkscape:window-height="745"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata778">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-44.206684,-113.09235)">
+ <g
+ id="use29539"
+ transform="matrix(0.26458333,0,0,0.26458333,-24.278784,87.432225)">
+ <desc
+ id="desc799">Heater</desc>
+ <title
+ id="title801">Heater</title>
+ <path
+ inkscape:connector-curvature="0"
+ id="path803"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66862381"
+ d="m 261.57546,109.05859 c 0,-3.75298 3.04023,-6.79588 6.79323,-6.79588 3.75299,0 6.79322,3.0429 6.79322,6.79588 0,3.75099 -3.04023,6.79322 -6.79322,6.79322 -3.753,0 -6.79323,-3.04223 -6.79323,-6.79322 z" />
+ <g
+ transform="matrix(0.66862381,0,0,0.66862381,142.28093,-1940.5551)"
+ id="g807">
+ <path
+ inkscape:connector-curvature="0"
+ id="path805"
+ style="fill:none;stroke:#000000;stroke-width:0.70875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 178.418,3065.152 h 2.543 l 5.078,-4.812 5.586,10.16 4.574,-5.348 h 2.539 m -20.32,0.27 c 0,-5.613 4.547,-10.164 10.16,-10.164 5.613,0 10.16,4.551 10.16,10.164 0,5.609 -4.547,10.16 -10.16,10.16 -5.613,0 -10.16,-4.551 -10.16,-10.16 z" />
+ </g>
+ <g
+ transform="matrix(0.66862381,0,0,0.66862381,142.28093,-1940.5551)"
+ id="g811">
+ <path
+ inkscape:connector-curvature="0"
+ id="path809"
+ style="fill:none;stroke:#000000;stroke-width:0.70875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 204.156,3047.586 -28.898,35.219" />
+ </g>
+ <g
+ transform="matrix(0.66862381,0,0,0.66862381,142.28093,-1940.5551)"
+ id="g815">
+ <path
+ inkscape:connector-curvature="0"
+ id="path813"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.70875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 181.516,3078.16 -6.258,4.645 3.336,-7.043 z" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/HorizontalVessel.svg b/svg/HorizontalVessel.svg
new file mode 100644
index 0000000..0f7966b
--- /dev/null
+++ b/svg/HorizontalVessel.svg
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="7.5223832mm"
+ height="3.9060559mm"
+ viewBox="0 0 7.5223832 3.9060559"
+ version="1.1"
+ id="svg13568"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="HorizontalVessel.svg">
+ <defs
+ id="defs13562" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-290.07019"
+ inkscape:cy="-224.04704"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata13565">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-59.738808,-85.648165)">
+ <g
+ id="use23109"
+ transform="matrix(0.26458333,0,0,0.26458333,3.1938735,100.53082)">
+ <g
+ inkscape:label="#Horizontal vessel"
+ id="g14130"
+ transform="matrix(0,0.66862381,-0.66862381,0,1459.0687,-82.054689)">
+ <desc
+ id="desc14124">Horizontal vessel</desc>
+ <title
+ id="title14126">Horizontal vessel</title>
+ <path
+ d="m 38.949,1859.539 c 2.824,1.711 6.672,2.672 10.684,2.672 4.015,0 7.863,-0.961 10.687,-2.672 v -36.469 c -2.824,-1.711 -6.672,-2.672 -10.687,-2.672 -4.012,0 -7.86,0.961 -10.684,2.672 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.70875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ id="path14128"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/LiquidRingCompressor.svg b/svg/LiquidRingCompressor.svg
new file mode 100644
index 0000000..9625d1d
--- /dev/null
+++ b/svg/LiquidRingCompressor.svg
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="6.6449556mm"
+ height="6.6447535mm"
+ viewBox="0 0 6.6449556 6.6447535"
+ version="1.1"
+ id="svg4125"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="LiquidRingCompressor.svg">
+ <defs
+ id="defs4119" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-303.15689"
+ inkscape:cy="-116.01443"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata4122">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-63.201332,-111.4931)">
+ <g
+ id="use22121"
+ transform="matrix(0.26458333,0,0,0.26458333,6.1567366,141.16301)">
+ <g
+ inkscape:label="#Liquid ring Compressor"
+ id="g4729"
+ transform="matrix(1.8953116,0,0,1.8953116,-5.0823221,-152.8764)">
+ <desc
+ id="desc4695">Liquid ring Compressor</desc>
+ <title
+ id="title4697">Liquid ring Compressor</title>
+ <g
+ transform="matrix(0.35277777,0,0,-0.35277777,183.51272,1685.0477)"
+ id="g4727">
+ <g
+ transform="matrix(1.070578,0,0,-1.0705783,-224.49162,6400.7429)"
+ id="g4701"
+ style="stroke-width:0.93407476">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4699"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.10166812;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 33.141013,1591.605 c 0,-9.1207 7.382828,-16.4909 16.491989,-16.4909 9.109161,0 16.491988,7.3702 16.491988,16.4909 0,9.0966 -7.382827,16.492 -16.491988,16.492 -9.109161,0 -16.491989,-7.3954 -16.491989,-16.492 z" />
+ </g>
+ <g
+ transform="matrix(1.070578,0,0,-1.0705783,-224.49162,6400.7429)"
+ id="g4705"
+ style="stroke-width:0.93407476">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4703"
+ style="fill:none;stroke:#000000;stroke-width:0.66202551;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 38.277,1588.133 c 0,0 4.614,-3.192 11.153,3.347" />
+ </g>
+ <g
+ transform="matrix(1.070578,0,0,-1.0705783,-224.49162,6400.7429)"
+ id="g4709"
+ style="stroke-width:0.93407476">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4707"
+ style="fill:none;stroke:#000000;stroke-width:0.66202551;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 39.199,1597.262 c 0,0 0.192,-5.782 10.231,-5.782 0,0 -6.895,5.68 -3.45,11.661" />
+ </g>
+ <g
+ transform="matrix(1.070578,0,0,-1.0705783,-224.49162,6400.7429)"
+ id="g4713"
+ style="stroke-width:0.93407476">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4711"
+ style="fill:none;stroke:#000000;stroke-width:0.66202551;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 60.582,1594.93 c -4.207,4.207 -11.152,-3.45 -11.152,-3.45 0,0 -1.321,8.114 5.476,10.747" />
+ </g>
+ <g
+ transform="matrix(1.070578,0,0,-1.0705783,-224.49162,6400.7429)"
+ id="g4717"
+ style="stroke-width:0.93407476">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4715"
+ style="fill:none;stroke:#000000;stroke-width:0.66202551;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 52.875,1580.227 c 3.855,5.878 -3.445,11.253 -3.445,11.253 0,0 7.707,1.52 10.644,-5.476" />
+ </g>
+ <g
+ transform="matrix(1.070578,0,0,-1.0705783,-224.49162,6400.7429)"
+ id="g4721"
+ style="stroke-width:0.93407476">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4719"
+ style="fill:none;stroke:#000000;stroke-width:0.66202551;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 49.43,1591.48 c 0,0 2.027,-7.3 -5.375,-10.343" />
+ </g>
+ <g
+ transform="matrix(1.070578,0,0,-1.0705783,-224.49162,6400.7429)"
+ id="g4725"
+ style="stroke-width:0.93407476">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4723"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66202551;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 47.703,1591.594 c 0,-1.067 0.863,-1.926 1.93,-1.926 1.062,0 1.926,0.859 1.926,1.926 0,1.062 -0.864,1.929 -1.926,1.929 -1.067,0 -1.93,-0.867 -1.93,-1.929 z" />
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/Pump.svg b/svg/Pump.svg
new file mode 100644
index 0000000..dd573ee
--- /dev/null
+++ b/svg/Pump.svg
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="6.877779mm"
+ height="4.7104506mm"
+ viewBox="0 0 6.8777789 4.7104506"
+ version="1.1"
+ id="svg875"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Pump.svg">
+ <defs
+ id="defs869" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="5.6"
+ inkscape:cx="24.307994"
+ inkscape:cy="39.562189"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:window-width="1304"
+ inkscape:window-height="745"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata872">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-46.453968,-113.21621)">
+ <g
+ id="use23472"
+ transform="matrix(0.26458333,0,0,0.26458333,42.705476,115.26531)">
+ <desc
+ id="desc890">Pump</desc>
+ <title
+ id="title892">Pump</title>
+ <g
+ id="g900">
+ <path
+ inkscape:connector-curvature="0"
+ id="path894"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.66862381"
+ d="m 18.500164,1.1580787 c 0,-4.7846574 3.878698,-8.6660282 8.666047,-8.6660282 4.784657,0 8.663356,3.8813708 8.663356,8.6660282 0,4.7853397 -3.878699,8.6633558 -8.663356,8.6633558 -4.787349,0 -8.666047,-3.8780161 -8.666047,-8.6633558 z" />
+ <g
+ transform="matrix(0.66862381,0,0,0.66862381,-389.41514,-1116.0024)"
+ id="g898">
+ <path
+ inkscape:connector-curvature="0"
+ id="path896"
+ style="fill:none;stroke:#000000;stroke-width:0.70875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 610.082,1670.836 c 0,-7.156 5.801,-12.961 12.961,-12.961 7.156,0 12.957,5.805 12.957,12.961 0,7.156 -5.801,12.957 -12.957,12.957 -7.16,0 -12.961,-5.801 -12.961,-12.957 z m 5.184,10.367 20.734,-10.367 -20.734,-10.367 m -5.184,10.367 h -6.48 m 32.398,0 h 6.48" />
+ </g>
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/Tank.svg b/svg/Tank.svg
new file mode 100644
index 0000000..9403af7
--- /dev/null
+++ b/svg/Tank.svg
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="7.0135455mm"
+ height="7.0126615mm"
+ viewBox="0 0 7.0135455 7.0126615"
+ version="1.1"
+ id="svg11244"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="Tank.svg">
+ <defs
+ id="defs11238" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-411.03177"
+ inkscape:cy="-61.033442"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata11241">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-91.743227,-125.67224)">
+ <g
+ id="use36303"
+ transform="matrix(0.26458333,0,0,0.26458333,88.568465,60.318775)">
+ <desc
+ id="desc11799">Tank</desc>
+ <title
+ id="title11801">Tank</title>
+ <path
+ inkscape:connector-curvature="0"
+ id="path11803"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.47388712;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 12.236045,273.27283 h 26.034001 v -17.35575 l -9.764002,-5.42193 v -3.25298 h -6.508519 v 3.25298 l -9.76148,5.42193 z" />
+ </g>
+ </g>
+</svg>
diff --git a/svg/VerticalVessel.svg b/svg/VerticalVessel.svg
new file mode 100644
index 0000000..d184883
--- /dev/null
+++ b/svg/VerticalVessel.svg
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="4.0285068mm"
+ height="7.7581735mm"
+ viewBox="0 0 4.0285068 7.7581735"
+ version="1.1"
+ id="svg14149"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="VerticalVessel.svg">
+ <defs
+ id="defs14143" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.35"
+ inkscape:cx="-225.24422"
+ inkscape:cy="-225.33888"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="705"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata14146">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-42.586937,-81.454247)">
+ <g
+ id="use22940"
+ transform="matrix(0.26458333,0,0,0.26458333,-4.7680241,98.557287)">
+ <g
+ inkscape:label="#Vertical vessel"
+ transform="matrix(0.68957921,0,0,0.68957921,152.36539,-1319.7056)"
+ id="g14711">
+ <desc
+ id="desc14705">Vertical Vessel</desc>
+ <title
+ id="title14707">Vertical vessel</title>
+ <path
+ inkscape:connector-curvature="0"
+ id="path14709"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.70891881;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
+ d="m 38.949,1859.539 c 2.824,1.711 6.672,2.672 10.684,2.672 4.015,0 7.863,-0.961 10.687,-2.672 v -36.469 c -2.824,-1.711 -6.672,-2.672 -10.687,-2.672 -4.012,0 -7.86,0.961 -10.684,2.672 z" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/drawing.svg b/svg/drawing.svg
new file mode 100644
index 0000000..a84a186
--- /dev/null
+++ b/svg/drawing.svg
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="9.9816065mm"
+ height="9.943635mm"
+ viewBox="0 0 9.9816067 9.9436352"
+ version="1.1"
+ id="svg2767"
+ inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+ sodipodi:docname="drawing.svg">
+ <defs
+ id="defs2761" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="7.919596"
+ inkscape:cx="13.062905"
+ inkscape:cy="22.0457"
+ inkscape:document-units="mm"
+ inkscape:current-layer="g49"
+ showgrid="false"
+ inkscape:window-width="1304"
+ inkscape:window-height="745"
+ inkscape:window-x="-8"
+ inkscape:window-y="-8"
+ inkscape:window-maximized="1"
+ showguides="false" />
+ <metadata
+ id="metadata2764">
+ <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>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Layer 2"
+ transform="translate(-0.41838912,-13.357628)" />
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(-76.939495,-126.32289)">
+ <rect
+ style="opacity:1;fill:none;stroke-width:0.26458332"
+ id="rect2304"
+ width="2.0713389"
+ height="6.8821902"
+ x="79.461067"
+ y="113.98641" />
+ <g
+ id="g49"
+ transform="translate(0.03340926,0.16704328)">
+ <g
+ id="g108"
+ transform="translate(0.50113036,2.80633)">
+ <g
+ id="g37"
+ transform="translate(0.00828893,-0.01652711)">
+ <g
+ transform="matrix(0.47926657,0,0,0.48907864,39.786706,68.117144)"
+ id="g2330">
+ <rect
+ style="opacity:1;fill:#1a6400;fill-opacity:1;stroke-width:0.26458332"
+ id="rect2306"
+ width="4.3431334"
+ height="7.5503602"
+ x="84.606003"
+ y="118.9309" />
+ <ellipse
+ id="path1954"
+ cx="86.800888"
+ cy="123.13095"
+ rx="10.281127"
+ ry="10.033389"
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-opacity:1" />
+ </g>
+ <rect
+ style="fill:#ff0000;stroke-width:0.26458332"
+ y="124.58078"
+ x="79.680328"
+ height="1.1339285"
+ width="3.29548"
+ id="rect12" />
+ <circle
+ r="1.3347285"
+ cy="129.56535"
+ cx="84.180618"
+ id="path14"
+ style="fill:#0000ff;stroke-width:0.26458332" />
+ <ellipse
+ ry="0.9567523"
+ rx="0.93312877"
+ cy="131.26625"
+ cx="79.420479"
+ id="path14-5"
+ style="fill:#aa8800;stroke-width:0.18730099" />
+ </g>
+ <path
+ style="fill:none"
+ d="M 16.415231,36.884915 C 13.12043,36.444215 9.8293912,35.018246 7.2582708,32.917307 0.74639863,27.596264 -1.3155004,18.489608 2.2962549,11.001893 3.2967218,8.9277735 4.2889205,7.532716 5.9176321,5.9101408 9.1111146,2.7286903 12.991905,0.95901921 17.59023,0.58734296 c 1.497153,-0.12101273 3.183187,-0.0200579 4.765856,0.28536562 6.50551,1.25543392 11.85157,5.95569072 13.91855,12.23719042 1.135792,3.451642 1.224381,6.977222 0.264493,10.525923 -0.616445,2.27899 -1.866264,4.705807 -3.402702,6.607142 -0.641814,0.794242 -2.261781,2.383915 -3.015839,2.959442 -2.692081,2.054703 -5.957027,3.37039 -9.259874,3.731483 -1.169125,0.127819 -3.299169,0.104353 -4.445483,-0.04897 z m -3.870816,-3.566024 c 0.89893,-0.252602 1.896667,-1.23717 2.233829,-2.204344 0.114624,-0.328809 0.163773,-0.725758 0.163773,-1.322703 0,-0.80627 -0.01839,-0.890105 -0.336239,-1.533181 -0.388114,-0.785222 -0.957307,-1.352623 -1.744814,-1.739316 -0.453527,-0.222699 -0.604338,-0.249563 -1.40109,-0.249579 -0.7862,-1.6e-5 -0.955101,0.02914 -1.413918,0.244089 -0.7289978,0.341521 -1.1924872,0.73407 -1.5864865,1.343664 -0.905007,1.400221 -0.7346327,3.294162 0.4060349,4.513628 0.9551502,1.021133 2.2399096,1.352106 3.6789106,0.947742 z m 18.241148,-5.008184 c 0.849083,-0.238395 1.5321,-0.646825 2.202057,-1.316783 0.991235,-0.991234 1.48688,-2.150874 1.49254,-3.492031 0.0061,-1.448961 -0.48557,-2.654366 -1.490576,-3.654267 -1.987479,-1.977384 -5.173189,-1.978046 -7.149749,-0.0015 -2.249055,2.249053 -1.881736,6.033302 0.756636,7.795138 1.256097,0.83879 2.740833,1.076056 4.189092,0.66943 z M 22.754517,18.009893 v -7.0545 l -3.950893,0.02325 -3.950893,0.02325 -0.02308,6.919643 c -0.01269,3.805803 -0.0039,6.969866 0.01952,7.03125 0.03319,0.08695 0.911115,0.111607 3.973972,0.111607 h 3.931373 z M 24.897374,6.7161788 v -2.1875 h -6.25 -6.25 v 2.1875 2.1874999 h 6.25 6.25 z"
+ id="path39"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ style="fill:none;stroke-width:0.08928572"
+ d="M 16.995589,36.968685 C 10.662498,36.182817 5.4892391,32.696891 2.6304532,27.288944 0.38974716,23.050215 -0.08283395,18.004193 1.332248,13.427253 3.2974095,7.0711365 8.6439905,2.2345429 15.17195,0.90766049 21.426403,-0.36362831 27.84823,1.6597947 32.212669,6.2769395 36.848662,11.181361 38.386659,18.107554 36.265563,24.528679 34.049035,31.238705 27.957625,36.17281 20.95,36.934446 c -0.806628,0.08767 -3.346599,0.109662 -3.954411,0.03424 z M 12.863273,33.17233 c 1.068354,-0.498672 1.843476,-1.531515 2.049052,-2.730342 0.274783,-1.602413 -0.556579,-3.181103 -2.047027,-3.887137 -0.545709,-0.258506 -0.681151,-0.285101 -1.451944,-0.285101 -0.781123,0 -0.898603,0.02388 -1.4480288,0.294363 -2.5521693,1.256429 -2.792785,4.83808 -0.4270098,6.356193 0.6655006,0.427051 1.0943236,0.536184 2.0108446,0.511749 0.654499,-0.01745 0.898283,-0.06563 1.314113,-0.259725 z m 17.872235,-4.858295 c 0.804091,-0.194614 1.549904,-0.636756 2.242685,-1.329538 1.044421,-1.044421 1.47374,-2.103284 1.471558,-3.62942 -0.0027,-1.914575 -1.080292,-3.623012 -2.807789,-4.451682 -0.902274,-0.432816 -1.62925,-0.576395 -2.579051,-0.509366 -1.327056,0.09365 -2.405409,0.61737 -3.349722,1.626843 -1.842584,1.969728 -1.789057,5.035058 0.121685,6.968562 1.297239,1.312693 3.022789,1.779094 4.900634,1.324601 z M 22.754517,17.966179 V 10.95725 h -3.928571 -3.928572 l -0.0021,4.486607 c -0.0012,2.467634 -0.02627,4.835515 -0.05575,5.261957 -0.02948,0.426443 -0.02413,1.561488 0.0119,2.522322 l 0.0655,1.746971 H 18.8357 22.754517 Z M 24.897374,6.7161788 v -2.1875 h -6.25 -6.25 v 2.1875 2.1874999 h 6.25 6.25 z"
+ id="path41"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ style="fill:none;stroke-width:0.08928572"
+ d="M 15.92416,36.766104 C 7.7364828,35.310991 1.7112546,29.052958 0.70566486,20.959592 0.56586818,19.834456 0.58930199,17.338876 0.75001468,16.236566 1.7542227,9.348817 6.6124587,3.6073951 13.249296,1.4650223 c 1.871169,-0.60401406 3.566827,-0.86491493 5.621293,-0.86491493 2.148086,0 3.810212,0.2679675 5.829569,0.93984163 4.671706,1.5543549 8.584813,5.0162461 10.695196,9.461944 1.195026,2.517425 1.734163,4.927594 1.734163,7.752451 0,2.114849 -0.257771,3.757195 -0.896831,5.714025 -2.103797,6.441911 -7.890079,11.32481 -14.622621,12.339661 -1.263257,0.190422 -4.513375,0.166456 -5.685905,-0.04193 z m -2.980177,-3.600932 c 0.282434,-0.138182 0.701186,-0.457506 0.963037,-0.734375 1.796982,-1.900043 1.283183,-4.767499 -1.060501,-5.918536 -0.441996,-0.217075 -0.592119,-0.242511 -1.431288,-0.242511 -0.863798,0 -0.979367,0.02106 -1.4700505,0.267857 -2.2163897,1.114777 -2.7719601,4.086134 -1.0910261,5.835133 0.8188297,0.851986 1.4287876,1.0917 2.6961256,1.059582 0.765532,-0.0194 0.965776,-0.05778 1.393703,-0.26715 z m 17.416343,-4.74723 c 1.039254,-0.185331 1.775802,-0.588269 2.617671,-1.432033 1.093399,-1.095858 1.469982,-1.999579 1.471889,-3.532221 0.0019,-1.500993 -0.42062,-2.560795 -1.426581,-3.578557 -0.9685,-0.979859 -2.217456,-1.507167 -3.569806,-1.507167 -1.431639,0 -2.44663,0.408915 -3.496924,1.408822 -1.090055,1.037761 -1.594915,2.188657 -1.594915,3.635821 0,2.791053 2.199571,5.063873 4.955357,5.120376 0.196429,0.004 0.665918,-0.04774 1.043309,-0.115041 z M 22.754517,17.966179 V 10.95725 h -3.914015 -3.914016 l -0.0592,4.032515 c -0.07486,5.099453 -0.07557,8.7311 -0.0018,9.436531 l 0.05736,0.548811 h 3.915853 3.915851 V 17.966179 Z M 24.897374,6.7161788 v -2.1875 h -6.25 -6.25 v 2.1875 2.1874999 h 6.25 6.25 z"
+ id="path43"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ style="fill:none;stroke-width:0.08928572"
+ d="M 15.92416,36.766104 C 7.7364828,35.310991 1.7112546,29.052958 0.70566486,20.959592 0.56586818,19.834456 0.58930199,17.338876 0.75001468,16.236566 1.7542227,9.348817 6.6124587,3.6073951 13.249296,1.4650223 c 1.871169,-0.60401406 3.566827,-0.86491493 5.621293,-0.86491493 2.148086,0 3.810212,0.2679675 5.829569,0.93984163 4.671706,1.5543549 8.584813,5.0162461 10.695196,9.461944 1.195026,2.517425 1.734163,4.927594 1.734163,7.752451 0,2.114849 -0.257771,3.757195 -0.896831,5.714025 -2.103797,6.441911 -7.890079,11.32481 -14.622621,12.339661 -1.263257,0.190422 -4.513375,0.166456 -5.685905,-0.04193 z m -2.980177,-3.600932 c 0.282434,-0.138182 0.701186,-0.457506 0.963037,-0.734375 1.796982,-1.900043 1.283183,-4.767499 -1.060501,-5.918536 -0.441996,-0.217075 -0.592119,-0.242511 -1.431288,-0.242511 -0.863798,0 -0.979367,0.02106 -1.4700505,0.267857 -2.2163897,1.114777 -2.7719601,4.086134 -1.0910261,5.835133 0.8188297,0.851986 1.4287876,1.0917 2.6961256,1.059582 0.765532,-0.0194 0.965776,-0.05778 1.393703,-0.26715 z m 17.416343,-4.74723 c 1.039254,-0.185331 1.775802,-0.588269 2.617671,-1.432033 1.093399,-1.095858 1.469982,-1.999579 1.471889,-3.532221 0.0019,-1.500993 -0.42062,-2.560795 -1.426581,-3.578557 -0.9685,-0.979859 -2.217456,-1.507167 -3.569806,-1.507167 -1.431639,0 -2.44663,0.408915 -3.496924,1.408822 -1.090055,1.037761 -1.594915,2.188657 -1.594915,3.635821 0,2.791053 2.199571,5.063873 4.955357,5.120376 0.196429,0.004 0.665918,-0.04774 1.043309,-0.115041 z M 22.754517,17.966179 V 10.95725 h -3.914015 -3.914016 l -0.0592,4.032515 c -0.07486,5.099453 -0.07557,8.7311 -0.0018,9.436531 l 0.05736,0.548811 h 3.915853 3.915851 V 17.966179 Z M 24.897374,6.7161788 v -2.1875 h -6.25 -6.25 v 2.1875 2.1874999 h 6.25 6.25 z"
+ id="path45"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ style="fill:none;stroke-width:0.08928572"
+ d="M 15.92416,36.766104 C 7.7364828,35.310991 1.7112546,29.052958 0.70566486,20.959592 0.56586818,19.834456 0.58930199,17.338876 0.75001468,16.236566 1.7542227,9.348817 6.6124587,3.6073951 13.249296,1.4650223 c 1.871169,-0.60401406 3.566827,-0.86491493 5.621293,-0.86491493 2.148086,0 3.810212,0.2679675 5.829569,0.93984163 4.671706,1.5543549 8.584813,5.0162461 10.695196,9.461944 1.195026,2.517425 1.734163,4.927594 1.734163,7.752451 0,2.114849 -0.257771,3.757195 -0.896831,5.714025 -2.103797,6.441911 -7.890079,11.32481 -14.622621,12.339661 -1.263257,0.190422 -4.513375,0.166456 -5.685905,-0.04193 z m -2.980177,-3.600932 c 0.282434,-0.138182 0.701186,-0.457506 0.963037,-0.734375 1.796982,-1.900043 1.283183,-4.767499 -1.060501,-5.918536 -0.441996,-0.217075 -0.592119,-0.242511 -1.431288,-0.242511 -0.863798,0 -0.979367,0.02106 -1.4700505,0.267857 -2.2163897,1.114777 -2.7719601,4.086134 -1.0910261,5.835133 0.8188297,0.851986 1.4287876,1.0917 2.6961256,1.059582 0.765532,-0.0194 0.965776,-0.05778 1.393703,-0.26715 z m 17.416343,-4.74723 c 1.039254,-0.185331 1.775802,-0.588269 2.617671,-1.432033 1.093399,-1.095858 1.469982,-1.999579 1.471889,-3.532221 0.0019,-1.500993 -0.42062,-2.560795 -1.426581,-3.578557 -0.9685,-0.979859 -2.217456,-1.507167 -3.569806,-1.507167 -1.431639,0 -2.44663,0.408915 -3.496924,1.408822 -1.090055,1.037761 -1.594915,2.188657 -1.594915,3.635821 0,2.791053 2.199571,5.063873 4.955357,5.120376 0.196429,0.004 0.665918,-0.04774 1.043309,-0.115041 z M 22.754517,17.966179 V 10.95725 h -3.914015 -3.914016 l -0.0592,4.032515 c -0.07486,5.099453 -0.07557,8.7311 -0.0018,9.436531 l 0.05736,0.548811 h 3.915853 3.915851 V 17.966179 Z M 24.897374,6.7161788 v -2.1875 h -6.25 -6.25 v 2.1875 2.1874999 h 6.25 6.25 z"
+ id="path47"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ style="fill:none;stroke-width:0.08928572"
+ d="M 15.92416,36.766104 C 7.7364828,35.310991 1.7112546,29.052958 0.70566486,20.959592 0.56586818,19.834456 0.58930199,17.338876 0.75001468,16.236566 1.7542227,9.348817 6.6124587,3.6073951 13.249296,1.4650223 c 1.871169,-0.60401406 3.566827,-0.86491493 5.621293,-0.86491493 2.148086,0 3.810212,0.2679675 5.829569,0.93984163 4.671706,1.5543549 8.584813,5.0162461 10.695196,9.461944 1.195026,2.517425 1.734163,4.927594 1.734163,7.752451 0,2.114849 -0.257771,3.757195 -0.896831,5.714025 -2.103797,6.441911 -7.890079,11.32481 -14.622621,12.339661 -1.263257,0.190422 -4.513375,0.166456 -5.685905,-0.04193 z m -2.980177,-3.600932 c 0.282434,-0.138182 0.701186,-0.457506 0.963037,-0.734375 1.796982,-1.900043 1.283183,-4.767499 -1.060501,-5.918536 -0.441996,-0.217075 -0.592119,-0.242511 -1.431288,-0.242511 -0.863798,0 -0.979367,0.02106 -1.4700505,0.267857 -2.2163897,1.114777 -2.7719601,4.086134 -1.0910261,5.835133 0.8188297,0.851986 1.4287876,1.0917 2.6961256,1.059582 0.765532,-0.0194 0.965776,-0.05778 1.393703,-0.26715 z m 17.416343,-4.74723 c 1.039254,-0.185331 1.775802,-0.588269 2.617671,-1.432033 1.093399,-1.095858 1.469982,-1.999579 1.471889,-3.532221 0.0019,-1.500993 -0.42062,-2.560795 -1.426581,-3.578557 -0.9685,-0.979859 -2.217456,-1.507167 -3.569806,-1.507167 -1.431639,0 -2.44663,0.408915 -3.496924,1.408822 -1.090055,1.037761 -1.594915,2.188657 -1.594915,3.635821 0,2.791053 2.199571,5.063873 4.955357,5.120376 0.196429,0.004 0.665918,-0.04774 1.043309,-0.115041 z M 22.754517,17.966179 V 10.95725 h -3.914015 -3.914016 l -0.0592,4.032515 c -0.07486,5.099453 -0.07557,8.7311 -0.0018,9.436531 l 0.05736,0.548811 h 3.915853 3.915851 V 17.966179 Z M 24.897374,6.7161788 v -2.1875 h -6.25 -6.25 v 2.1875 2.1874999 h 6.25 6.25 z"
+ id="path49"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ style="fill:none;stroke-width:0.08928572"
+ d="M 15.92416,36.766104 C 7.7364828,35.310991 1.7112546,29.052958 0.70566486,20.959592 0.56586818,19.834456 0.58930199,17.338876 0.75001468,16.236566 1.7542227,9.348817 6.6124587,3.6073951 13.249296,1.4650223 c 1.871169,-0.60401406 3.566827,-0.86491493 5.621293,-0.86491493 2.148086,0 3.810212,0.2679675 5.829569,0.93984163 4.671706,1.5543549 8.584813,5.0162461 10.695196,9.461944 1.195026,2.517425 1.734163,4.927594 1.734163,7.752451 0,2.114849 -0.257771,3.757195 -0.896831,5.714025 -2.103797,6.441911 -7.890079,11.32481 -14.622621,12.339661 -1.263257,0.190422 -4.513375,0.166456 -5.685905,-0.04193 z m -2.980177,-3.600932 c 0.282434,-0.138182 0.701186,-0.457506 0.963037,-0.734375 1.796982,-1.900043 1.283183,-4.767499 -1.060501,-5.918536 -0.441996,-0.217075 -0.592119,-0.242511 -1.431288,-0.242511 -0.863798,0 -0.979367,0.02106 -1.4700505,0.267857 -2.2163897,1.114777 -2.7719601,4.086134 -1.0910261,5.835133 0.8188297,0.851986 1.4287876,1.0917 2.6961256,1.059582 0.765532,-0.0194 0.965776,-0.05778 1.393703,-0.26715 z m 17.416343,-4.74723 c 1.039254,-0.185331 1.775802,-0.588269 2.617671,-1.432033 1.093399,-1.095858 1.469982,-1.999579 1.471889,-3.532221 0.0019,-1.500993 -0.42062,-2.560795 -1.426581,-3.578557 -0.9685,-0.979859 -2.217456,-1.507167 -3.569806,-1.507167 -1.431639,0 -2.44663,0.408915 -3.496924,1.408822 -1.090055,1.037761 -1.594915,2.188657 -1.594915,3.635821 0,2.791053 2.199571,5.063873 4.955357,5.120376 0.196429,0.004 0.665918,-0.04774 1.043309,-0.115041 z M 22.754517,17.966179 V 10.95725 h -3.914015 -3.914016 l -0.0592,4.032515 c -0.07486,5.099453 -0.07557,8.7311 -0.0018,9.436531 l 0.05736,0.548811 h 3.915853 3.915851 V 17.966179 Z M 24.897374,6.7161788 v -2.1875 h -6.25 -6.25 v 2.1875 2.1874999 h 6.25 6.25 z"
+ id="path51"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ style="fill:none;stroke-width:0.08928572"
+ d="M 15.92416,36.766104 C 7.7364828,35.310991 1.7112546,29.052958 0.70566486,20.959592 0.56586818,19.834456 0.58930199,17.338876 0.75001468,16.236566 1.7542227,9.348817 6.6124587,3.6073951 13.249296,1.4650223 c 1.871169,-0.60401406 3.566827,-0.86491493 5.621293,-0.86491493 2.148086,0 3.810212,0.2679675 5.829569,0.93984163 4.671706,1.5543549 8.584813,5.0162461 10.695196,9.461944 1.195026,2.517425 1.734163,4.927594 1.734163,7.752451 0,2.114849 -0.257771,3.757195 -0.896831,5.714025 -2.103797,6.441911 -7.890079,11.32481 -14.622621,12.339661 -1.263257,0.190422 -4.513375,0.166456 -5.685905,-0.04193 z m -2.980177,-3.600932 c 0.282434,-0.138182 0.701186,-0.457506 0.963037,-0.734375 1.796982,-1.900043 1.283183,-4.767499 -1.060501,-5.918536 -0.441996,-0.217075 -0.592119,-0.242511 -1.431288,-0.242511 -0.863798,0 -0.979367,0.02106 -1.4700505,0.267857 -2.2163897,1.114777 -2.7719601,4.086134 -1.0910261,5.835133 0.8188297,0.851986 1.4287876,1.0917 2.6961256,1.059582 0.765532,-0.0194 0.965776,-0.05778 1.393703,-0.26715 z m 17.416343,-4.74723 c 1.039254,-0.185331 1.775802,-0.588269 2.617671,-1.432033 1.093399,-1.095858 1.469982,-1.999579 1.471889,-3.532221 0.0019,-1.500993 -0.42062,-2.560795 -1.426581,-3.578557 -0.9685,-0.979859 -2.217456,-1.507167 -3.569806,-1.507167 -1.431639,0 -2.44663,0.408915 -3.496924,1.408822 -1.090055,1.037761 -1.594915,2.188657 -1.594915,3.635821 0,2.791053 2.199571,5.063873 4.955357,5.120376 0.196429,0.004 0.665918,-0.04774 1.043309,-0.115041 z M 22.754517,17.966179 V 10.95725 h -3.914015 -3.914016 l -0.0592,4.032515 c -0.07486,5.099453 -0.07557,8.7311 -0.0018,9.436531 l 0.05736,0.548811 h 3.915853 3.915851 V 17.966179 Z M 24.897374,6.7161788 v -2.1875 h -6.25 -6.25 v 2.1875 2.1874999 h 6.25 6.25 z"
+ id="path53"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ style="fill:none;stroke-width:0.03156727"
+ d="m 14.9101,17.994777 v -6.960583 h 3.914341 3.914341 v 6.960583 6.960582 H 18.824441 14.9101 Z"
+ id="path55"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ style="fill:#ffffff;stroke-width:0.12626907"
+ d="M 16.604516,36.836298 C 14.372463,36.526495 12.425016,35.907676 10.442308,34.878201 5.5330897,32.329202 2.1137253,27.802743 0.92430979,22.27854 c -0.3977913,-1.847529 -0.3977913,-5.271118 0,-7.118648 C 2.5264783,7.7186714 8.1454557,2.2313109 15.657498,0.77180928 17.255797,0.4612786 20.536551,0.46462056 22.160355,0.77843345 29.494589,2.1958323 35.068703,7.5382599 36.782281,14.792606 c 0.296508,1.255252 0.33151,1.657742 0.335975,3.863476 0.0039,1.923868 -0.04544,2.696263 -0.225614,3.532511 -0.366835,1.70257 -0.917467,3.275648 -1.653975,4.725165 -2.568898,5.055839 -7.329308,8.633851 -12.952043,9.734995 -1.253116,0.245408 -4.494431,0.352391 -5.682108,0.187545 z m -3.722292,-3.704434 c 2.774187,-1.291855 2.854281,-5.216753 0.13499,-6.614989 -0.853638,-0.438932 -2.131119,-0.470154 -2.998429,-0.07328 -1.8604243,0.851316 -2.6516972,3.188248 -1.7086177,5.046202 0.8495213,1.673636 2.9128777,2.414697 4.5720567,1.642067 z m 18.210339,-4.943013 c 0.968246,-0.289563 2.119405,-1.224191 2.697249,-2.189906 1.950546,-3.259826 -0.18716,-7.398878 -3.969039,-7.6849 -2.614714,-0.19775 -4.906043,1.600886 -5.381811,4.224591 -0.381475,2.103712 0.774549,4.392659 2.695763,5.337655 1.329124,0.653763 2.506106,0.746711 3.957838,0.31256 z M 22.7917,17.961602 v -7.007933 h -3.977475 -3.977476 v 7.007933 7.007933 h 3.977476 3.977475 z m 2.117988,-11.2695145 0.03455,-2.1781414 h -6.253301 -6.2533 v 2.1255293 c 0,1.1690412 0.03841,2.1639446 0.08537,2.2108966 0.04695,0.046952 2.845391,0.070628 6.218751,0.052612 L 24.87514,8.870229 Z"
+ id="path25"
+ inkscape:connector-curvature="0"
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)" />
+ <path
+ transform="matrix(0.26458333,0,0,0.26458333,76.396666,123.36604)"
+ style="fill:#ffffff;stroke-width:0.12626907"
+ d="M 16.209231,36.77973 C 8.348929,35.490754 2.4050535,29.766627 0.86440646,22.002212 0.525756,20.295511 0.55612688,16.880121 0.9252508,15.159892 2.5197224,7.7291755 8.1820119,2.1978263 15.657498,0.7683279 c 1.570853,-0.30038598 4.875655,-0.30059659 6.502857,-4.1416e-4 1.521599,0.28070096 3.463468,0.92875306 4.817332,1.60766856 5.216969,2.6161296 8.670606,7.1038529 9.917546,12.8870497 0.323379,1.499801 0.322904,5.410627 -8.84e-4,6.928984 -0.792599,3.717267 -2.426515,6.747159 -5.074455,9.409928 -2.512173,2.526244 -5.668357,4.230334 -9.230393,4.983688 -1.650645,0.349104 -4.8439,0.446446 -6.380315,0.194498 z m -3.203383,-3.698314 c 1.210105,-0.627243 1.949854,-1.83712 1.954397,-3.196461 0.0053,-1.578885 -0.66441,-2.710368 -1.989216,-3.360928 -1.452093,-0.713064 -2.9997759,-0.388081 -4.1280251,0.866803 -0.9308225,1.035298 -1.1861878,2.370789 -0.7010791,3.666451 0.3508296,0.93702 0.8890504,1.532364 1.8037162,1.99515 0.711117,0.359797 0.872956,0.393166 1.671247,0.344581 0.557511,-0.03393 1.070382,-0.150465 1.38896,-0.315596 z m 17.301354,-4.713763 c 1.102339,-0.203778 2.060636,-0.743793 2.868615,-1.616507 0.982251,-1.060949 1.286835,-1.86866 1.290834,-3.423109 0.0028,-1.089516 -0.03381,-1.277634 -0.399181,-2.050704 -1.570877,-3.323776 -5.812755,-4.013594 -8.303876,-1.350385 -2.976106,3.181699 -0.852884,8.228709 3.602474,8.563269 0.10878,0.0082 0.53229,-0.04699 0.941134,-0.122564 z M 22.7917,17.961602 v -7.007933 h -3.977475 -3.977476 v 7.007933 7.007933 H 18.814225 22.7917 Z M 24.938274,6.6605203 V 4.5139461 h -6.250318 -6.250319 v 2.1465742 2.1465741 h 6.250319 6.250318 z"
+ id="path27"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/svg/line.svg b/svg/line.svg
new file mode 100644
index 0000000..2deec2f
--- /dev/null
+++ b/svg/line.svg
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<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"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="210mm"
+ height="297mm"
+ viewBox="0 0 210 297"
+ version="1.1"
+ id="svg8"
+ inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
+ sodipodi:docname="line.svg">
+ <defs
+ id="defs2" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="0.49497475"
+ inkscape:cx="388.05717"
+ inkscape:cy="669.89559"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1051"
+ inkscape:window-x="-9"
+ inkscape:window-y="-9"
+ inkscape:window-maximized="1" />
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.26676825px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 29.399648,101.8064 H 182.63965 v 0"
+ id="path47"
+ inkscape:connector-curvature="0" />
+ </g>
+</svg>