summaryrefslogtreecommitdiff
path: root/style/default/627.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/627.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/627.svelte')
-rwxr-xr-xstyle/default/627.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/627.svelte b/style/default/627.svelte
new file mode 100755
index 0000000..6bb8a79
--- /dev/null
+++ b/style/default/627.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M13.559, 17.955l0.108, -2.984l3.912, 2.13l-2.405, -3.66l3.341, -0.269l-2.496, -1.355l2.146, -1.916l-2.859, 0.002l2.094, -4.448l-4.154, 2.937l-0.887, -2.662l-1.323, 2.501l-2.199, -2.085l0.597, 2.975l-3.951, -1.856l2.621, 3.34l-2.221, 0.399l2.102, 1.097l-1.944, 1.871l2.366, -0.494l-2.314, 4.462l4.115, -2.722l0.428, 2.183l1.015, -2.165l1.908, 2.719Zm-1.682, -0.136l-1.754, 3.746l-0.817, -4.19l-6.677, 4.415l3.366, -6.48l-4.099, 0.85l3.886, -3.742l-3.869, -2.017l3.836, -0.694l-4.658, -5.939l6.56, 3.078l-0.893, -4.458l3.929, 3.721l1.944, -3.668l1.294, 3.878l6.752, -4.771l-3.32, 7.052l4.225, -0.004l-3.318, 2.96l4.721, 2.56l-5.522, 0.444l4.058, 6.174l-6.63, -3.619l-0.174, 4.757l-2.84, -4.053Z" style="fill: rgb(255, 0, 0);"/>`;
+</script>
+
+<Base {svgContent}/>