summaryrefslogtreecommitdiff
path: root/style/default/484.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/484.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/484.svelte')
-rwxr-xr-xstyle/default/484.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/484.svelte b/style/default/484.svelte
new file mode 100755
index 0000000..3b352d7
--- /dev/null
+++ b/style/default/484.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M21.289, 10.61c-2.261, -4.603 -5.449, -8.956 -9.29, -9.042c-3.838, 0.086 -7.026, 4.439 -9.287, 9.04c-1.004, 2.096 -1.706, 4.231 -1.712, 6.159c-0.027, 2.033 0.889, 3.919 3.028, 4.825c1.06, 0.445 2.916, 0.61 4.611, 0.725c0.839, 0.051 1.621, 0.08 2.194, 0.096c0.288, 0.008 0.523, 0.011 0.686, 0.013c0.082, 0.002 0.146, 0.004 0.189, 0.004l0.024, 0c0.015, 0.001 0.028, 0.001 0.042, 0.001c0.025, 0 0.046, -0.001 0.065, -0.003c0.686, -0.021 6.186, -0.033 8.133, -0.836c2.14, -0.904 3.055, -2.792 3.027, -4.825c-0.002, -1.929 -0.706, -4.065 -1.71, -6.157" style="fill: rgb(89, 89, 89);"/><path d="M19.484, 20.467c-0.278, 0.127 -0.792, 0.239 -1.414, 0.335l0, -9.09l-12.138, -0l0, 9.099c-0.614, -0.098 -1.129, -0.212 -1.416, -0.344c-1.681, -0.758 -2.261, -1.971 -2.288, -3.699c-0.003, -1.622 0.626, -3.632 1.59, -5.624c2.109, -4.461 5.337, -8.35 8.092, -8.35c0.03, -0 0.06, 0.001 0.089, 0.002c2.776, -0.086 6.053, 3.838 8.183, 8.348c0.962, 1.99 1.594, 4 1.589, 5.624c-0.026, 1.731 -0.607, 2.943 -2.287, 3.699" style="fill: rgb(230, 230, 230);"/>`;
+</script>
+
+<Base {svgContent}/>