From a8e9c54463a73982e2c1778b680ab10668aab0ab Mon Sep 17 00:00:00 2001
From: Lucio Zambon <lucio.zambon@elettra.eu>
Date: Fri, 30 Aug 2024 03:15:45 +0000
Subject: [PATCH] Add new file

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

diff --git a/components/src/scraper.svg b/components/src/scraper.svg
new file mode 100644
index 0000000..6b65afc
--- /dev/null
+++ b/components/src/scraper.svg
@@ -0,0 +1,6 @@
+<svg width="200" height="210" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
+	<rect x="40" y="40" width="50" height="100" rx="10" ry="10" fill="#80c3ff" stroke="darkslategrey" stroke-width="5"/>
+	<rect x="53" y="55" width="25" height="70" rx="10" ry="10" fill="#ffc380" stroke="darkslategrey" stroke-width="5"/>
+	<line x1="65" y1="30" x2="65" y2="80" stroke="black" stroke-width="5px" />
+	<line x1="65" y1="100" x2="65" y2="160" stroke="black" stroke-width="5px" />
+</svg>
-- 
GitLab