summaryrefslogtreecommitdiff
path: root/style/default/682.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/682.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/682.svelte')
-rwxr-xr-xstyle/default/682.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/682.svelte b/style/default/682.svelte
new file mode 100755
index 0000000..76bdbbc
--- /dev/null
+++ b/style/default/682.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M22.999, 4.639l0, 14.722l-21.998, -0l0, -14.722l21.998, -0Zm-1.301, 13.421l0, -11.014l-6.446, 5.137l0, -1.662l5.751, -4.583l-18.008, -0l4.25, 3.388l0, 1.662l-4.945, -3.941l0, 11.013l19.398, -0Zm-6.696, -10.995l0, 1.3l-5.355, 0l0, 2.688l4.506, 0l0, 1.301l-4.506, 0l0, 3.283l5.355, 0l0, 1.3l-6.655, 0l0, -9.872l6.655, 0Z" style="fill: rgb(89, 89, 89);"/>`;
+</script>
+
+<Base {svgContent}/>