summaryrefslogtreecommitdiff
path: root/style/default/266.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/266.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/266.svelte')
-rwxr-xr-xstyle/default/266.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/266.svelte b/style/default/266.svelte
new file mode 100755
index 0000000..8b007ce
--- /dev/null
+++ b/style/default/266.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M17.113, 21.142l-1.906, -1.646l3.097, -3.097l1.866, 1.683l-3.057, 3.06Zm-13.84, -1.883l4.792, -0l0, 2.514l-4.792, -0l0, -2.514Zm9.004, -16.73l1.227, -0l0, 2.356l2.664, 0.001l0, 1.226l-3.891, -0l0, -3.583Zm-1.691, 0.842c0, 0.466 -0.378, 0.843 -0.843, 0.843c-0.464, -0 -0.843, -0.377 -0.843, -0.843c0, -0.464 0.379, -0.842 0.843, -0.842c0.465, -0 0.843, 0.378 0.843, 0.842m-7.268, 1.514l2.663, -0l0, -2.356l1.229, -0l0, 3.584l-3.892, -0l0, -1.228Zm14.119, 9.08l0.002, -9.642l-1.756, -3.323l-11.883, -0l-1.753, 3.323l0, 18.677l7.245, -0l0, -12.935l0.903, -0l0, 6.724l6.981, 6.028l4.777, -4.779l-4.516, -4.073Z" style="fill: rgb(0, 60, 150);"/>`;
+</script>
+
+<Base {svgContent}/>