summaryrefslogtreecommitdiff
path: root/style/default/638.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'style/default/638.svelte')
-rwxr-xr-xstyle/default/638.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/638.svelte b/style/default/638.svelte
new file mode 100755
index 0000000..fb7b9d7
--- /dev/null
+++ b/style/default/638.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M3.844, 11.999c0.002, -4.502 3.65, -8.152 8.155, -8.152c4.502, 0 8.154, 3.65 8.154, 8.152c0, 4.502 -3.652, 8.154 -8.154, 8.154c-4.505, 0 -8.153, -3.652 -8.155, -8.154" style="fill: rgb(89, 89, 89);"/><path d="M5.145, 11.999c0.008, 3.784 3.07, 6.848 6.854, 6.854c3.784, -0.006 6.848, -3.07 6.854, -6.854c-0.006, -3.784 -3.07, -6.846 -6.854, -6.852c-3.784, 0.006 -6.846, 3.068 -6.854, 6.852" style="fill: rgb(230, 230, 230);"/>`;
+</script>
+
+<Base {svgContent}/>