summaryrefslogtreecommitdiff
path: root/style/default/030.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'style/default/030.svelte')
-rwxr-xr-xstyle/default/030.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/030.svelte b/style/default/030.svelte
new file mode 100755
index 0000000..634825d
--- /dev/null
+++ b/style/default/030.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<path d="M12, 17.178c-2.857, -0.006 -5.174, -2.32 -5.178, -5.178c0.004, -2.859 2.319, -5.174 5.178, -5.179c2.859, 0.005 5.174, 2.32 5.178, 5.179c-0.004, 2.858 -2.321, 5.172 -5.178, 5.178m6.477, -5.178c0, -2.615 -1.551, -4.861 -3.78, -5.885l0, -5.115l-5.392, -0l0, 5.115c-2.229, 1.023 -3.782, 3.269 -3.782, 5.885c0, 2.614 1.551, 4.861 3.782, 5.884l0, 5.116l5.392, -0l0, -5.117c2.229, -1.023 3.78, -3.269 3.78, -5.883" style="fill: rgb(89, 89, 89);"/><path d="M12.65, 8.217l-1.299, -0l0, 4.433l3.418, -0l0, -1.301l-2.119, -0l0, -3.132Z" style="fill: rgb(89, 89, 89);"/>`;
+</script>
+
+<Base {svgContent}/>