summaryrefslogtreecommitdiff
path: root/style/default/037.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/037.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/037.svelte')
-rwxr-xr-xstyle/default/037.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/037.svelte b/style/default/037.svelte
new file mode 100755
index 0000000..e6b58c6
--- /dev/null
+++ b/style/default/037.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M11.337, 11.827l-2.918, 5.051l1.125, 0.65l3.005, -5.204l-0.007, -0.004c0.056, -0.096 0.096, -0.201 0.096, -0.32l0.001, -0l0, -7.356l-1.302, -0l0, 7.183Z" style="fill: rgb(89, 89, 89);"/><path d="M17.365, 19.939l-0.523, -0.905l-1.126, 0.65l0.52, 0.903c-1.098, 0.546 -2.312, 0.886 -3.6, 0.974l0, -0.979l-1.301, -0l0, 0.979c-1.274, -0.088 -2.476, -0.423 -3.565, -0.958l0.488, -0.848l-1.126, -0.649l-0.493, 0.854c-1.03, -0.695 -1.918, -1.583 -2.611, -2.613l0.853, -0.495l-0.652, -1.123l-0.843, 0.488c-0.536, -1.089 -0.871, -2.292 -0.958, -3.566l0.977, -0.001l0, -1.299l-0.977, -0c0.087, -1.274 0.42, -2.477 0.955, -3.567l0.846, 0.488l0.65, -1.124l-0.854, -0.493c0.694, -1.033 1.584, -1.923 2.616, -2.617l0.494, 0.856l1.126, -0.651l-0.49, -0.847c1.089, -0.536 2.292, -0.87 3.566, -0.957l0, 0.98l1.302, -0l0, -0.98c1.273, 0.087 2.475, 0.421 3.563, 0.956l-0.49, 0.849l1.125, 0.65l0.496, -0.856c1.031, 0.694 1.921, 1.583 2.616, 2.615l-0.857, 0.494l0.65, 1.125l0.85, -0.489c0.535, 1.089 0.87, 2.292 0.957, 3.567l-0.982, -0l0, 1.298l0.982, -0c-0.087, 1.275 -0.422, 2.479 -0.958, 3.569l-0.847, -0.489l-0.65, 1.126l0.853, 0.492c-0.686, 1.021 -1.564, 1.902 -2.582, 2.593m-5.376, -18.836c-6.02, 0.001 -10.896, 4.879 -10.896, 10.897c0, 6.014 4.876, 10.896 10.896, 10.896c6.014, -0.002 10.893, -4.88 10.895, -10.897c0, -6.018 -4.881, -10.896 -10.895, -10.896" style="fill: rgb(89, 89, 89);"/>`;
+</script>
+
+<Base {svgContent}/>