summaryrefslogtreecommitdiff
path: root/style/default/349.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/349.svelte
initial commitHEADprimary
Diffstat (limited to 'style/default/349.svelte')
-rwxr-xr-xstyle/default/349.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/349.svelte b/style/default/349.svelte
new file mode 100755
index 0000000..120280c
--- /dev/null
+++ b/style/default/349.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M21.82, 6.097c-0.025, -2.617 -1.152, -4.988 -3.221, -5.097l-13.196, 0c-2.07, 0.109 -3.199, 2.48 -3.224, 5.097l0, 8.614l8.641, 0l0, 8.289l3.678, 0l-0.002, -8.289l7.324, 0l0, -8.614Z" style="fill: rgb(89, 89, 89);"/><path d="M13.268, 23l-1.219, 0l-0, -8.289l1.219, 0l-0, 8.289Zm7.326, -9.518l-11.963, 0.002l-0.002, -7.387c-0.014, -1.505 -0.406, -2.912 -1.118, -3.871l11.089, 0c0.412, -0.006 0.9, 0.302 1.312, 1.009c0.409, 0.693 0.684, 1.719 0.682, 2.862l-0, 7.385Zm-13.065, 0.002l-4.124, 0l0, -7.388c0, -1.866 0.731, -3.872 2.062, -3.872c1.331, 0 2.062, 2.006 2.062, 3.872l0, 7.388Z" style="fill: rgb(255, 0, 0);"/><path d="M9.937, 4.862l-0.004, 7.393l1.3, 0l0.002, -5.269l2.452, -2.123l-3.75, -0.001Z" style="fill: rgb(230, 230, 230);"/><rect x="3.977" y="5.952" width="2.989" height="1.3" style="fill: rgb(89, 89, 89);"/>`;
+</script>
+
+<Base {svgContent}/>