summaryrefslogtreecommitdiff
path: root/style/default/470.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/470.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/470.svelte')
-rwxr-xr-xstyle/default/470.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/470.svelte b/style/default/470.svelte
new file mode 100755
index 0000000..4b4c7f9
--- /dev/null
+++ b/style/default/470.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M18.412, 21.775l-12.823, -0l0, -15.568l12.823, -0l0, 15.568Zm-1.883, -19.118l0, 2.324l-7.937, -0.026l7.937, -2.298Zm1.223, 2.325l0, -3.982l-13.389, 3.982l0, 18.018l15.274, 0l0, -18.018l-1.885, 0Z" style="fill: rgb(0, 60, 150);"/><path d="M10.659, 21.002l-1.223, 0l0, -1.223l1.223, -0l-0, 1.223Zm-2.604, 0l-1.223, 0l0, -1.223l1.223, -0l0, 1.223Zm5.208, 0l-1.224, 0l0, -1.223l1.224, -0l0, 1.223Zm3.149, -0.002l-1.225, 0l0, -5.587l1.225, 0l0, 5.587Zm-5.753, -2.181l-1.223, 0l0, -1.225l1.223, 0l0, 1.225Zm-2.604, 0l-1.223, 0l0, -1.225l1.223, 0l0, 1.225Zm5.208, 0l-1.224, 0l0, -1.225l1.224, 0l0, 1.225Zm0, -2.182l-1.224, 0l0, -1.224l1.224, 0l0, 1.224Zm-2.604, 0l-1.223, 0l0, -1.224l1.223, 0l0, 1.224Zm-2.604, 0l-1.223, 0l0, -1.224l1.223, 0l0, 1.224Zm5.208, -9.3l0, 7.166l-6.431, 0l0, -7.166l6.431, 0Zm3.879, 6.413l-2.706, 0l0, -6.413l2.706, 0l0, 6.413Zm-5.104, -0.47l0, -4.721l-3.983, 0l0, 4.721l3.983, 0Z" style="fill: rgb(0, 60, 150);"/>`;
+</script>
+
+<Base {svgContent}/>