summaryrefslogtreecommitdiff
path: root/style/default/666.svelte
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-11 15:13:07 -0700
committernetop://ウィビ <paul@webb.page>2026-04-11 15:13:07 -0700
commit2fed3905d6dd8e3c540304f4125d69f7fada0cb7 (patch)
tree64f44798c939d37e84c50e62097609cf5d423e88 /style/default/666.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/666.svelte')
-rwxr-xr-xstyle/default/666.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/666.svelte b/style/default/666.svelte
new file mode 100755
index 0000000..5cf87eb
--- /dev/null
+++ b/style/default/666.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M23.007, 20.587l-0, 1.3l-21.995, 0l-0, -1.3l21.995, 0Zm-16.417, -15.249l0, 13.211l-1.3, 0l0, -13.211l1.3, 0Zm8.42, -0.002c1.475, 0.005 2.873, 0.564 3.866, 1.691c1.002, 1.134 1.576, 2.794 1.576, 4.916c0, 2.12 -0.574, 3.78 -1.576, 4.914c-0.997, 1.129 -2.403, 1.692 -3.884, 1.692l-4.701, -0l0, -13.211l4.684, -0.002l0.035, -0Zm-0.035, 11.912c2.314, -0.046 4.118, -1.52 4.176, -5.305c-0.058, -3.788 -1.862, -5.262 -4.176, -5.307l-3.384, -0l0, 10.612l3.384, -0Zm8.032, -15.36l-0, 1.3l-21.995, -0l-0, -1.3l21.995, -0Z" style="fill: rgb(255, 0, 0);"/>`;
+</script>
+
+<Base {svgContent}/>