summaryrefslogtreecommitdiff
path: root/style/default/376.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/376.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/376.svelte')
-rwxr-xr-xstyle/default/376.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/376.svelte b/style/default/376.svelte
new file mode 100755
index 0000000..8a4f478
--- /dev/null
+++ b/style/default/376.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M17.421, 1l0, 0.632l4.049, 0l0, 21.368l-18.94, 0l0, -21.368l4.049, 0l0, -0.632l10.842, 0Zm0, 5.69l-10.842, 0l0, -2.628l-1.621, 0l0, 16.509l14.083, 0l0, -16.509l-1.62, 0l0, 2.628Zm-0.58, 10.727l0, 1.263l-9.549, -0l0, -1.263l9.549, 0Zm0, -2.59l0, 1.264l-9.549, 0l0, -1.264l9.549, -0Zm0, -2.588l0, 1.263l-9.549, 0l0, -1.263l9.549, 0Zm-6.023, -1.311l-3.526, 0l0, -3.383l3.526, 0l0, 3.383Zm6.024, -1.279l0, 1.263l-4.694, 0l-0, -1.263l4.694, 0Zm-0.684, -4.222l-0.001, -1.365l-8.316, 0l0, 1.365l8.317, 0Z" style="fill: rgb(0, 60, 150);"/>`;
+</script>
+
+<Base {svgContent}/>