summaryrefslogtreecommitdiff
path: root/style/default/342.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/342.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/342.svelte')
-rwxr-xr-xstyle/default/342.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/342.svelte b/style/default/342.svelte
new file mode 100755
index 0000000..1e77b22
--- /dev/null
+++ b/style/default/342.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M21.563, 5.616l-7.666, -0l0, 12.068l7.666, -0l0, -12.068Zm-0.913, 13.107l-1.824, -0l0, 1.4l1.824, 0l0, -1.4Zm-2.306, -0l-1.227, -0l0, 1.4l1.227, 0l0, -1.4Zm-1.709, -0l-1.826, -0l0, 1.4l1.826, 0l0, -1.4Zm-4.176, -13.584c0, -0.748 0.611, -1.36 1.359, -1.36l7.823, -0c0.748, -0 1.361, 0.612 1.361, 1.36l0, 14.865c0, 0.748 -0.613, 1.36 -1.361, 1.36l-7.823, -0c-0.748, -0 -1.359, -0.612 -1.359, -1.36l0, -14.865Z" style="fill: rgb(89, 89, 89);"/><path d="M0.998, 10.146l3.963, 0l0, -4.217l6.414, 6.664l-6.414, 6.664l0, -4.216l-3.963, 0.001l0, -4.895Z" style="fill: rgb(255, 0, 0);"/>`;
+</script>
+
+<Base {svgContent}/>