summaryrefslogtreecommitdiff
path: root/style/default/385.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/385.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/385.svelte')
-rwxr-xr-xstyle/default/385.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/385.svelte b/style/default/385.svelte
new file mode 100755
index 0000000..a2e44cc
--- /dev/null
+++ b/style/default/385.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M21.711, 21.71l-17.602, 0l2.964, -2.964l1.186, 1.186l0.699, -0.701l-1.184, -1.185l4.896, -4.897l1.314, 1.318l0.702, -0.701l-1.317, -1.316l5.159, -5.158l1.185, 1.185l0.7, -0.699l-1.184, -1.186l2.482, -2.484l-0, 17.602Zm-20.711, 1.289l22, 0l-0, -21.998l-22, 21.998Z" style="fill: rgb(0, 0, 255);"/><path d="M16.582, 17.684c-0.611, -0 -1.104, -0.493 -1.104, -1.103c-0, -0.609 0.493, -1.102 1.104, -1.102c0.609, -0 1.102, 0.493 1.104, 1.102c-0.002, 0.61 -0.495, 1.103 -1.104, 1.103m-0, -3.492c-1.32, 0.003 -2.389, 1.069 -2.393, 2.389c0.004, 1.321 1.073, 2.389 2.393, 2.389c1.321, -0 2.389, -1.068 2.391, -2.389c-0.002, -1.32 -1.07, -2.389 -2.391, -2.389" style="fill: rgb(0, 0, 255);"/>`;
+</script>
+
+<Base {svgContent}/>