summaryrefslogtreecommitdiff
path: root/style/default/367.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/367.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/367.svelte')
-rwxr-xr-xstyle/default/367.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/367.svelte b/style/default/367.svelte
new file mode 100755
index 0000000..a5a879f
--- /dev/null
+++ b/style/default/367.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M13.901, 7.252c-1.155, 0 -2.092, -0.936 -2.092, -2.092c0, -1.157 0.937, -2.093 2.092, -2.093c1.158, 0 2.095, 0.936 2.095, 2.093c0, 1.156 -0.937, 2.092 -2.095, 2.092m6.952, -4.095c-2.879, -2.879 -7.543, -2.879 -10.423, 0c-2.717, 2.721 -2.86, 7.036 -0.437, 9.929l-8.482, 8.482l-0.511, 1.432l1.431, -0.513l8.482, -8.48c2.897, 2.432 7.217, 2.289 9.938, -0.437c2.865, -2.875 2.867, -7.536 0.002, -10.413" style="fill: rgb(255, 0, 255);"/>`;
+</script>
+
+<Base {svgContent}/>