summaryrefslogtreecommitdiff
path: root/style/default/495.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/495.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/495.svelte')
-rwxr-xr-xstyle/default/495.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/495.svelte b/style/default/495.svelte
new file mode 100755
index 0000000..3abb004
--- /dev/null
+++ b/style/default/495.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M17.908, 17.144c2.46, -0.477 5.05, -2.54 5.092, -2.558l-0.385, -1.123l-1.891, -0c-0.562, -2.828 -4.209, -6.066 -8.722, -6.129c-4.518, 0.063 -8.162, 3.301 -8.727, 6.129l-1.889, -0l-0.386, 1.123c0.042, 0.018 2.633, 2.081 5.094, 2.558l11.814, -0Z" style="fill: rgb(180, 80, 0);"/><path d="M19.941, 19.779l-10.921, 0.364c-0.325, -1.001 -1.49, -1.744 -2.892, -1.744c-1.65, 0 -2.988, 1.029 -2.988, 2.3c0, 1.271 1.338, 2.301 2.988, 2.301c1.401, 0 2.565, -0.742 2.891, -1.742l10.922, 0.362c0.509, 0 0.921, -0.41 0.921, -0.921c0, -0.508 -0.412, -0.92 -0.921, -0.92" style="fill: rgb(89, 89, 89);"/><path d="M7.947, 11.026l0.934, -1.775l0.931, 1.775l-1.865, 0Z" style="fill: rgb(255, 0, 0);"/><path d="M11.696, 11.619l-0, 1.601l-1.649, 0l-0, -1.601l1.649, 0Zm-3.687, 1.601l-1.868, -0l0.934, -1.775l0.934, 1.775Z" style="fill: rgb(255, 140, 0);"/><path d="M20.545, 14.717c-0.849, 0.497 -1.902, 1.004 -2.803, 1.183l-11.482, -0c-0.901, -0.179 -1.955, -0.686 -2.803, -1.183l17.088, -0Zm-1.097, -1.254l-6.396, -0l0, -4.795c1.669, 0.232 3.184, 0.982 4.329, 1.937c1.1, 0.902 1.822, 1.997 2.067, 2.858Z" style="fill: rgb(230, 230, 230);"/>`;
+</script>
+
+<Base {svgContent}/>