From 0430aa7bdc13f8320a6cd9df8d54d0dd2d302860 Mon Sep 17 00:00:00 2001 From: Lucio Zambon <lucio.zambon@elettra.eu> Date: Mon, 8 Jul 2024 04:25:34 +0000 Subject: [PATCH] Add new file --- components/src/stripline.svg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 components/src/stripline.svg diff --git a/components/src/stripline.svg b/components/src/stripline.svg new file mode 100644 index 0000000..b843478 --- /dev/null +++ b/components/src/stripline.svg @@ -0,0 +1,7 @@ +<svg width="200" height="210" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> + <g transform="translate(75 0) scale(2.5)"> + <rect x="8" y="17" width="15" height="60" rx="10" ry="10" fill="#6f00fd" stroke="darkslategrey" stroke-width="3"/> + <line x1="12.5" y1="27" x2="12.5" y2="67" stroke="white" stroke-width="3px" /> + <line x1="18.5" y1="27" x2="18.5" y2="67" stroke="white" stroke-width="3px" /> + </g> +</svg> -- GitLab