summaryrefslogtreecommitdiff
path: root/style/default/549.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/549.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/549.svelte')
-rwxr-xr-xstyle/default/549.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/549.svelte b/style/default/549.svelte
new file mode 100755
index 0000000..369f5ab
--- /dev/null
+++ b/style/default/549.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M14.758, 20.113c-0, 1.524 -1.233, 2.758 -2.758, 2.758c-1.522, 0 -2.758, -1.234 -2.758, -2.758c-0, -1.523 1.236, -2.759 2.758, -2.759c1.525, 0 2.758, 1.236 2.758, 2.759Zm-7.927, -12.855l-3.613, -0c0.008, -2.045 1.29, -3.669 2.879, -4.672c1.615, -1.023 3.665, -1.58 5.902, -1.587c2.239, 0.007 4.288, 0.564 5.904, 1.587c1.591, 1.003 2.87, 2.627 2.879, 4.672c0.014, 1.186 -0.396, 2.298 -1.035, 3.082c-0.634, 0.792 -1.392, 1.283 -2.087, 1.681c-1.412, 0.769 -2.639, 1.31 -3.202, 2.01c-0.374, 0.463 -0.634, 0.769 -0.653, 1.904l-3.613, 0c-0.066, -2.781 1.469, -4.591 2.996, -5.55c1.511, -0.991 2.951, -1.52 3.502, -2.057c0.36, -0.368 0.442, -0.446 0.478, -1.071c0.008, -0.414 -0.274, -1.014 -1.208, -1.623c-0.912, -0.587 -2.348, -1.025 -3.961, -1.019c-1.614, -0.006 -3.048, 0.432 -3.96, 1.019c-0.934, 0.609 -1.218, 1.209 -1.208, 1.623Z" style="fill: rgb(89, 89, 89);"/>`;
+</script>
+
+<Base {svgContent}/>