summaryrefslogtreecommitdiff
path: root/style/default/254.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/254.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/254.svelte')
-rwxr-xr-xstyle/default/254.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/254.svelte b/style/default/254.svelte
new file mode 100755
index 0000000..eb05496
--- /dev/null
+++ b/style/default/254.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M9.819, 7.361l4.361, -0c0.179, 0.924 0.643, 2.967 1.599, 5.297c-0.265, 0.161 -0.585, 0.272 -0.998, 0.272c-1.752, -0 -1.727, -1.873 -2.78, -1.873c-1.054, -0 -1.029, 1.873 -2.781, 1.873c-0.413, -0 -0.735, -0.111 -1, -0.272c0.956, -2.33 1.42, -4.373 1.599, -5.297m12.917, 12.856c-0.002, -0 -0.623, -0.428 -1.543, -1.365c-0.92, -0.938 -2.109, -2.366 -3.17, -4.315c-1.061, -1.949 -1.747, -3.929 -2.161, -5.419c-0.415, -1.486 -0.559, -2.461 -0.561, -2.463l-0.08, -0.523l-6.445, -0l-0.078, 0.523c0, 0.005 -0.146, 0.977 -0.561, 2.463c-0.414, 1.49 -1.1, 3.47 -2.161, 5.419c-1.06, 1.949 -2.25, 3.377 -3.17, 4.315c-0.92, 0.937 -1.545, 1.361 -1.543, 1.365l-0.263, 0.184l0, 2.599l22, -0l0, -2.601l-0.264, -0.182Z" style="fill: rgb(0, 0, 255);"/>`;
+</script>
+
+<Base {svgContent}/>