summaryrefslogtreecommitdiff
path: root/style/default/142.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/142.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/142.svelte')
-rwxr-xr-xstyle/default/142.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/142.svelte b/style/default/142.svelte
new file mode 100755
index 0000000..835bcdd
--- /dev/null
+++ b/style/default/142.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M12.001, 16.397c-0.703, -0.001 -1.273, 0.348 -1.273, 0.773c-0, 0.429 0.57, 0.776 1.273, 0.776c0.702, 0 1.273, -0.347 1.273, -0.776c-0, -0.425 -0.571, -0.774 -1.273, -0.774" style="fill: rgb(180, 80, 0);"/><path d="M17.406, 13.943l-1.014, 0l0, -1.921l1.014, 0l0, 1.921Zm-5.406, 5.829c-2.257, 0 -4.086, -1.395 -4.086, -3.116c0, -1.721 1.829, -3.116 4.086, -3.116c2.257, 0 4.086, 1.395 4.086, 3.116c0, 1.721 -1.829, 3.116 -4.086, 3.116m-4.37, -5.829l-1.013, 0l0, -1.921l1.013, 0l0, 1.921Zm13.3, -5.419c0.332, -0.177 0.651, -0.395 0.936, -0.679c1.405, -1.404 1.52, -3.562 0.26, -4.822c-1.26, -1.261 -3.418, -1.144 -4.822, 0.26c-0.373, 0.372 -0.648, 0.798 -0.837, 1.246c0.012, 0.006 0.021, 0.013 0.032, 0.018c-1.312, -0.619 -2.813, -0.984 -4.499, -0.984c-1.686, 0 -3.187, 0.365 -4.5, 0.984c0.012, -0.005 0.021, -0.012 0.033, -0.018c-0.189, -0.448 -0.464, -0.874 -0.837, -1.246c-1.403, -1.404 -3.562, -1.521 -4.822, -0.26c-1.26, 1.26 -1.145, 3.418 0.26, 4.822c0.285, 0.284 0.604, 0.502 0.936, 0.679c0.007, -0.011 0.017, -0.022 0.024, -0.032c-1.224, 1.91 -1.875, 4.123 -1.875, 6.175c-0, 5.05 4.827, 7.184 10.781, 7.184c5.954, 0 10.781, -2.134 10.781, -7.184c-0, -2.052 -0.65, -4.263 -1.874, -6.173c0.007, 0.01 0.016, 0.019 0.023, 0.03" style="fill: rgb(180, 80, 0);"/>`;
+</script>
+
+<Base {svgContent}/>