From 2a4956bf10590b7fa956ad261d04ecc34aa46fc1 Mon Sep 17 00:00:00 2001
From: Lucio Zambon <lucio.zambon@elettra.eu>
Date: Fri, 6 Sep 2024 23:26:33 +0000
Subject: [PATCH] Add new file

---
 components/src/GCOL.svg | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 components/src/GCOL.svg

diff --git a/components/src/GCOL.svg b/components/src/GCOL.svg
new file mode 100644
index 0000000..6738b5d
--- /dev/null
+++ b/components/src/GCOL.svg
@@ -0,0 +1,20 @@
+<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
+	
+	<circle r="100" cx="120" cy="120" fill="#edebeb" stroke="#2f2f2f" stroke-width="4px" />
+	
+	<circle r="5" cx="120" cy="30" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="120" cy="210" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="30" cy="120" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="210" cy="120" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="45" cy="160" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="45" cy="80" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="160" cy="45" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="160" cy="195" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="75" cy="195" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="195" cy="165" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="195" cy="75" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+	<circle r="5" cx="75" cy="45" fill="#edebeb" stroke="#2f2f2f" stroke-width="2px" />
+		
+			<polygon points="120,70 80,150 160,150" fill="#969696" stroke="black" />
+	<circle r="15" cx="120" cy="120" fill="#edebeb" stroke="#2f2f2f" stroke-width="4px" />
+</svg>
-- 
GitLab