summaryrefslogtreecommitdiff
path: root/style/default/192.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/192.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/192.svelte')
-rwxr-xr-xstyle/default/192.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/192.svelte b/style/default/192.svelte
new file mode 100755
index 0000000..3317a38
--- /dev/null
+++ b/style/default/192.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M11.999, 17.28c-0.374, 0 -2.926, -2.413 -3.199, -2.686l6.398, 0c-0.273, 0.273 -2.825, 2.686 -3.199, 2.686m4.744, -3.985l-9.488, 0l-0.473, 1.095c0.014, 0.013 2.114, 2.255 3.664, 3.441c0.551, 0.387 0.917, 0.71 1.553, 0.757c0.636, -0.047 1.002, -0.37 1.553, -0.757c1.55, -1.186 3.65, -3.428 3.664, -3.441l-0.473, -1.095Z" style="fill: rgb(255, 0, 0);"/><path d="M6.96, 7.828c-0, -0.359 0.291, -0.65 0.649, -0.65c0.359, 0 0.65, 0.291 0.65, 0.65l-0, 2.219c-0.001, 0.358 -0.292, 0.649 -0.65, 0.649c-0.358, 0 -0.648, -0.291 -0.649, -0.649l-0.001, 0l-0, -2.219l0.001, 0Zm8.785, 0c-0, -0.359 0.291, -0.65 0.649, -0.65c0.358, 0 0.649, 0.291 0.649, 0.65l-0, 2.219c-0.001, 0.358 -0.291, 0.649 -0.649, 0.649c-0.358, 0 -0.648, -0.291 -0.649, -0.649l-0.001, 0l-0, -2.219l0.001, 0Z" style="fill: rgb(255, 0, 0);"/>`;
+</script>
+
+<Base {svgContent}/>