summaryrefslogtreecommitdiff
path: root/style/default/516.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/516.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/516.svelte')
-rwxr-xr-xstyle/default/516.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/516.svelte b/style/default/516.svelte
new file mode 100755
index 0000000..096cc48
--- /dev/null
+++ b/style/default/516.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M19.281, 14.638c-0.939, 1.514 -2.958, 2.992 -7.28, 2.992c-4.324, -0 -6.341, -1.478 -7.281, -2.992c-2.277, 0.582 -3.72, 1.43 -3.72, 2.375c0, 1.756 4.926, 3.178 11.001, 3.178c6.075, -0 10.999, -1.422 10.999, -3.178c0, -0.945 -1.443, -1.793 -3.719, -2.375" style="fill: rgb(180, 80, 0);"/><path d="M19.64, 7.524c1.215, -0 2.194, 0.981 2.196, 2.196c-0.002, 1.211 -0.981, 2.193 -2.196, 2.195c-0.229, -0.001 -0.445, -0.046 -0.652, -0.111l-0, -4.17c0.207, -0.065 0.423, -0.11 0.652, -0.11m-7.639, 9.01c4.742, -0 6.319, -1.852 6.794, -3.433c0.273, 0.067 0.552, 0.114 0.845, 0.114c1.933, -0 3.497, -1.566 3.497, -3.495c-0, -1.933 -1.564, -3.497 -3.497, -3.497c-0.224, -0 -0.44, 0.026 -0.652, 0.066l-0, -2.479l-13.973, -0l-0, 8.009c-0, 1.6 0.841, 4.715 6.986, 4.715" style="fill: rgb(180, 80, 0);"/>`;
+</script>
+
+<Base {svgContent}/>