summaryrefslogtreecommitdiff
path: root/style/default/443.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/443.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/443.svelte')
-rwxr-xr-xstyle/default/443.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/443.svelte b/style/default/443.svelte
new file mode 100755
index 0000000..930ef36
--- /dev/null
+++ b/style/default/443.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M23, 6.646l0, 10.71l-22, -0l0, -10.71l22, -0Zm-1.227, 9.481l0, -8.254l-5.196, -0l0, 0.966l-0.904, -0l0, -0.966l-13.446, -0l0, 8.254l13.446, -0l0, -0.965l0.904, -0l0, 0.965l5.196, -0Zm-6.099, -2.771l0.903, 0l0, 0.902l-0.903, 0l0, -0.902Zm-12.171, -1.462l2.951, -0l0, 1.229l-2.951, -0l0, -1.229Zm12.171, -0.345l0.903, 0l0, 0.904l-0.903, 0l0, -0.904Zm0, -1.805l0.903, -0l0, 0.902l-0.903, -0l0, -0.902Zm-12.171, -0.446l5.959, -0l0, 1.229l-5.959, -0l0, -1.229Z" style="fill: rgb(0, 0, 255);"/>`;
+</script>
+
+<Base {svgContent}/>