summaryrefslogtreecommitdiff
path: root/style/default/102.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/102.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/102.svelte')
-rwxr-xr-xstyle/default/102.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/102.svelte b/style/default/102.svelte
new file mode 100755
index 0000000..101a2e9
--- /dev/null
+++ b/style/default/102.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M14.078, 17.213l0, -2.046l-2.748, 2.046l2.748, -0Zm0, -10.445l-4.16, 3.097l0, 2.1l4.16, -3.097l0, -2.1Z" style="fill: rgb(255, 0, 0);"/><path d="M14.078, 10.968l-4.16, 3.097l0, -6.3l2.365, -1.761l1.795, -0l0, 4.964Zm-4.16, 6.245l0, -1.048l4.16, -3.097l0, 4.145l-4.16, -0Zm2.081, -14.913c1.463, 0.003 2.683, 1.031 2.983, 2.404l-5.965, -0c0.299, -1.373 1.52, -2.401 2.982, -2.404m4.354, 3.704l0, -0.65c0, -2.405 -1.95, -4.354 -4.354, -4.354c-2.404, -0 -4.352, 1.949 -4.352, 4.354l0, 0.65l0.971, -0l0, 11.209l-0.882, -0l0, 5.787l8.528, -0l0, -5.787l-0.888, -0l0, -11.209l0.977, -0Z" style="fill: rgb(0, 0, 255);"/>`;
+</script>
+
+<Base {svgContent}/>