summaryrefslogtreecommitdiff
path: root/style/default/213.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/213.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/213.svelte')
-rwxr-xr-xstyle/default/213.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/213.svelte b/style/default/213.svelte
new file mode 100755
index 0000000..ed2e60f
--- /dev/null
+++ b/style/default/213.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M7.731, 17.803c0.123, -0.421 0.327, -0.974 0.646, -1.523c0.678, -1.133 1.707, -2.165 3.624, -2.176c1.913, 0.011 2.942, 1.043 3.619, 2.176c0.314, 0.543 0.52, 1.098 0.645, 1.523l-8.535, -0Zm9.014, -2.176c-0.773, -1.367 -2.284, -2.835 -4.743, -2.824c-2.461, -0.011 -3.974, 1.457 -4.746, 2.824c-0.794, 1.374 -0.974, 2.69 -0.984, 2.736l-0.106, 0.741l11.668, -0l-0.105, -0.741c-0.01, -0.046 -0.191, -1.362 -0.984, -2.736" style="fill: rgb(160, 0, 160);"/><path d="M8.252, 7.96l-1.855, -1.969l0.945, -0.893l3.31, 3.511l-3.31, 3.514l0, 0.002l-0.947, -0.893l1.854, -1.971l-2.745, 0l0, -1.301l2.747, 0Zm7.496, 0l1.856, -1.97l-0.946, -0.89l-3.31, 3.511l3.31, 3.513l0.946, -0.891l0, -0.002l-1.857, -1.969l2.747, 0l0, -1.302l-2.746, 0Z" style="fill: rgb(160, 0, 160);"/>`;
+</script>
+
+<Base {svgContent}/>