diff --git a/components/src/rackTriplo.svg b/components/src/rackTriplo.svg
new file mode 100644
index 0000000000000000000000000000000000000000..52415be5ef999036421c8f873375059090f73845
--- /dev/null
+++ b/components/src/rackTriplo.svg
@@ -0,0 +1,24 @@
+<svg width="700" height="400" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
+	<g transform="translate(0 0)">
+		<rect x="10" y="10" width="80" height="130" stroke="#2f2f2f" stroke-width="5" fill="#c7c7c7" />
+		<rect x="10" y="150" width="80" height="130" stroke="#2f2f2f" stroke-width="5" fill="#c7c7c7" />
+		<rect x="10" y="290" width="130" height="80" stroke="#2f2f2f" stroke-width="5" fill="#c7c7c7" />
+		<rect x="150" y="290" width="130" height="80" stroke="#2f2f2f" stroke-width="5" fill="#c7c7c7" />
+		
+		<rect x="320" y="20" width="30" height="340" stroke="#2f2f2f" stroke-width="5" fill="#7a777a" />
+		<rect x="380" y="20" width="30" height="340" stroke="#2f2f2f" stroke-width="5" fill="#7a777a" />
+		
+		<rect x="170" y="30" width="250" height="50" stroke="#2f2f2f" stroke-width="5" fill="#4d4d4d" />
+		<line x1="155" y1="10" x2="155" y2="100" stroke="#dedede" stroke-width="28px" />
+		<rect x="100" y="40" width="40" height="30" stroke="#2f2f2f" stroke-width="2" fill="#dedede" />
+		
+		<rect x="170" y="140" width="250" height="50" stroke="#2f2f2f" stroke-width="5" fill="#4d4d4d" />
+		<line x1="155" y1="120" x2="155" y2="210" stroke="#dedede" stroke-width="28px" />
+		<rect x="100" y="148" width="40" height="30" stroke="#2f2f2f" stroke-width="2" fill="#dedede" />		
+		
+		<rect x="120" y="230" width="300" height="35" stroke="#2f2f2f" stroke-width="5" fill="#4d4d4d" />
+		<circle r="17" cx="120" cy="247" fill="#4d4d4d" stroke="#2f2f2f" stroke-width="5px" />
+
+		<rect x="300" y="300" width="120" height="50" stroke="#2f2f2f" stroke-width="5" fill="#4d4d4d" />
+	</g>
+</svg>