about summary refs log tree commit diff
path: root/assets/src/components/icons/RookIcon.svelte
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-06-17 00:30:58 +0200
committerMelonai <einebeere@gmail.com>2021-06-17 00:30:58 +0200
commitf6f44950e79041e4f7afe441fc4b850e1030f27a (patch)
tree027751b354414260606251c631481f6a4b2c94b9 /assets/src/components/icons/RookIcon.svelte
parentb98b1cd0e5d07fd37be54592edd362f443a145ad (diff)
downloadrook-f6f44950e79041e4f7afe441fc4b850e1030f27a.tar.zst
rook-f6f44950e79041e4f7afe441fc4b850e1030f27a.zip
Share page design
Diffstat (limited to 'assets/src/components/icons/RookIcon.svelte')
-rw-r--r--assets/src/components/icons/RookIcon.svelte24
1 files changed, 24 insertions, 0 deletions
diff --git a/assets/src/components/icons/RookIcon.svelte b/assets/src/components/icons/RookIcon.svelte
new file mode 100644
index 0000000..61f65d3
--- /dev/null
+++ b/assets/src/components/icons/RookIcon.svelte
@@ -0,0 +1,24 @@
+<script lang="ts">
+    export let color: "white" | "black";
+</script>
+
+<svg
+    width="23"
+    height="36"
+    viewBox="0 0 23 36"
+    fill="none"
+    xmlns="http://www.w3.org/2000/svg"
+>
+    <path
+        d="M11.0843 36C4.96577 36 0 33.5171 0 30.4578V26.1645C0.48032 33.4949 21.7031 33.4876 22.176 26.1645V30.4578C22.176 33.5171 17.2102 36 11.0843 36Z"
+        fill={color}
+    />
+    <path
+        d="M11.0843 1.18048C9.59163 1.18048 8.20978 1.40217 7.05701 1.79381L5.74168 0.803613C8.73444 -0.267871 13.4416 -0.267871 16.427 0.803613L15.1042 1.79381C13.9588 1.40956 12.577 1.18048 11.0843 1.18048Z"
+        fill={color}
+    />
+    <path
+        d="M11.0843 29.778C6.0742 29.7928 0.997586 27.5242 2.8228 24.428C3.1775 23.7703 4.77364 20.4746 4.97316 13.6171C3.45091 12.8929 2.44594 11.8953 2.25381 10.7869C2.25381 10.7869 1.46313 4.99348 1.46313 4.80874C1.46313 3.81854 2.06168 2.90224 3.08144 2.13373L5.05444 2.7914C3.43614 3.96633 3.43614 5.64376 5.05444 6.8187L3.08144 7.47637L3.29573 9.27203C3.98296 9.7819 4.86232 10.2253 5.88207 10.5652L5.73428 8.80649L7.04962 7.81629C9.30343 8.62175 12.843 8.62175 15.0968 7.81629L16.4122 8.80649L16.2644 10.5652C17.2841 10.2253 18.1635 9.7819 18.8507 9.27203L19.065 7.47637L17.092 6.8187C18.7103 5.64376 18.7103 3.96633 17.092 2.7914L19.065 2.13373C20.0922 2.89485 20.6833 3.81854 20.6833 4.80874C20.6833 5.00087 19.8926 10.7869 19.8926 10.7869C19.7005 11.8953 18.6955 12.8929 17.1733 13.6171C17.3728 20.4746 18.969 23.7703 19.3237 24.428C21.171 27.5242 16.1018 29.8002 11.0843 29.778Z"
+        fill={color}
+    />
+</svg>