From 8684f9d6f6f2644dca00cf6d48c2893f64dd1589 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Wed, 20 Jul 2022 22:12:11 -0600 Subject: [PATCH] Create custom warpgate container for Cyber'ss icon --- web-svelte/public/assets/warp-gate-center.svg | 1 + web-svelte/public/assets/warp-gate-shell.svg | 1 + .../src/components/icons/warpgate.svelte | 51 +++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 web-svelte/public/assets/warp-gate-center.svg create mode 100644 web-svelte/public/assets/warp-gate-shell.svg create mode 100644 web-svelte/src/components/icons/warpgate.svelte diff --git a/web-svelte/public/assets/warp-gate-center.svg b/web-svelte/public/assets/warp-gate-center.svg new file mode 100644 index 0000000..5c4f58e --- /dev/null +++ b/web-svelte/public/assets/warp-gate-center.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web-svelte/public/assets/warp-gate-shell.svg b/web-svelte/public/assets/warp-gate-shell.svg new file mode 100644 index 0000000..0c7d98c --- /dev/null +++ b/web-svelte/public/assets/warp-gate-shell.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web-svelte/src/components/icons/warpgate.svelte b/web-svelte/src/components/icons/warpgate.svelte new file mode 100644 index 0000000..b463b71 --- /dev/null +++ b/web-svelte/src/components/icons/warpgate.svelte @@ -0,0 +1,51 @@ +
+
+
+
+ + + \ No newline at end of file