summaryrefslogtreecommitdiff
path: root/style/default/681.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'style/default/681.svelte')
-rwxr-xr-xstyle/default/681.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/681.svelte b/style/default/681.svelte
new file mode 100755
index 0000000..7490c7f
--- /dev/null
+++ b/style/default/681.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M1, 11.379l5.306, -6.276l5.306, 6.276l-3.363, 0l-0, 5.998c-0, 4.758 7.082, 4.336 7.594, 3.824c-0.243, 0.705 -1.305, 1.799 -4.489, 1.799c-3.47, 0 -6.993, -1.727 -6.993, -5.812l0, -5.809l-3.361, 0Zm14.751, 1.244l0, -6c0, -4.758 -7.083, -4.336 -7.595, -3.824c0.243, -0.705 1.305, -1.799 4.49, -1.799c3.469, 0 6.992, 1.727 6.992, 5.814l0, 5.809l3.362, 0l-5.307, 6.275l-5.306, -6.275l3.364, 0Z" style="fill: rgb(255, 140, 0);"/>`;
+</script>
+
+<Base {svgContent}/>