summaryrefslogtreecommitdiff
path: root/style/default/474.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/474.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/474.svelte')
-rwxr-xr-xstyle/default/474.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/474.svelte b/style/default/474.svelte
new file mode 100755
index 0000000..be9e028
--- /dev/null
+++ b/style/default/474.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M17.134, 7.978l1.674, -2.854l2.078, 2.854l-3.752, -0Zm-0.665, 1.301l4.286, -0l-7.069, 8.306l2.783, -8.306Zm-8.937, -0l2.784, 8.307l-7.073, -8.307l4.289, -0Zm-0.668, -1.301l-3.749, -0l2.076, -2.855l1.673, 2.855Zm1.235, -0.466l-1.714, -2.925l4.209, -0l-2.495, 2.925Zm5.308, -2.925l4.207, -0l-1.714, 2.925l-2.493, -2.925Zm1.688, 4.692l-3.095, 9.242l-3.096, -9.242l6.191, -0Zm-5.687, -1.301l2.591, -3.039l2.591, 3.039l-5.182, -0Zm9.672, -4.69l-14.162, -0l-3.909, 5.371l10.99, 12.91l10.991, -12.908l-3.91, -5.373Z" style="fill: rgb(255, 0, 255);"/>`;
+</script>
+
+<Base {svgContent}/>