summaryrefslogtreecommitdiff
path: root/style/default/621.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/621.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/621.svelte')
-rwxr-xr-xstyle/default/621.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/621.svelte b/style/default/621.svelte
new file mode 100755
index 0000000..909dc2a
--- /dev/null
+++ b/style/default/621.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M13.44, 21.754c-0.283, -0 -0.512, -0.23 -0.512, -0.514l-0, -2.172l-2.234, -0c-0.283, -0 -0.514, -0.228 -0.514, -0.509c-0, -0.284 0.231, -0.512 0.514, -0.512l2.746, -0c0.137, -0 0.266, 0.053 0.361, 0.148c0.098, 0.098 0.149, 0.225 0.149, 0.364l0.002, 2.681c-0, 0.284 -0.231, 0.514 -0.512, 0.514m-4.051, 0.856l5.225, -0l-0.001, -5.225l-5.225, -0l0, 5.225Z" style="fill: rgb(160, 0, 160);"/><path d="M22.352, 13.448c-0, 0.282 -0.229, 0.514 -0.512, 0.514c-0.283, 0 -0.513, -0.232 -0.513, -0.514l-0, -2.386l-18.936, 0c-0.285, 0 -0.514, -0.229 -0.514, -0.512c-0, -0.284 0.229, -0.512 0.514, -0.512l19.449, 0c0.135, 0 0.268, 0.056 0.364, 0.148c0.095, 0.096 0.148, 0.229 0.148, 0.364l-0, 2.898Zm-21.352, 1.163l22, 0l-0, -5.223l-22, 0l-0, 5.223Z" style="fill: rgb(160, 0, 160);"/><path d="M13.44, 5.758c-0.283, -0 -0.512, -0.229 -0.512, -0.513l-0, -2.172l-2.234, -0c-0.283, -0 -0.514, -0.228 -0.514, -0.509c-0, -0.284 0.231, -0.513 0.514, -0.513l2.746, -0c0.137, -0 0.266, 0.054 0.361, 0.149c0.098, 0.097 0.149, 0.225 0.149, 0.364l0.002, 2.681c-0, 0.284 -0.231, 0.513 -0.512, 0.513m-4.051, 0.856l5.225, -0l-0.001, -5.225l-5.225, -0l0, 5.225Z" style="fill: rgb(160, 0, 160);"/>`;
+</script>
+
+<Base {svgContent}/>