From a77274e6852dd31a34920059dea0680cbd000fda Mon Sep 17 00:00:00 2001 From: Lucio Zambon <lucio.zambon@elettra.eu> Date: Mon, 26 Aug 2024 00:46:12 +0000 Subject: [PATCH] Add new file --- components/src/sip.svg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 components/src/sip.svg diff --git a/components/src/sip.svg b/components/src/sip.svg new file mode 100644 index 0000000..3d4482b --- /dev/null +++ b/components/src/sip.svg @@ -0,0 +1,9 @@ +<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> + <rect x="40" y="70" width="40" height="100" stroke="#2f2f2f" stroke-width="7" fill="#e8e8e8" /> + <rect x="40" y="70" width="40" height="10" stroke="black" stroke-width="2" fill="black" /> + <rect x="40" y="160" width="40" height="10" stroke="black" stroke-width="2" fill="black" /> + + <circle r="10" cx="60" cy="120" fill="#edebeb" stroke="#2f2f2f" stroke-width="10px" /> + <circle r="7" cx="60" cy="120" fill="#edebeb" stroke="#2f2f2f" stroke-width="5px" /> + +</svg> -- GitLab