summaryrefslogtreecommitdiff
path: root/style/default/646.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'style/default/646.svelte')
-rwxr-xr-xstyle/default/646.svelte7
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/646.svelte b/style/default/646.svelte
new file mode 100755
index 0000000..7952650
--- /dev/null
+++ b/style/default/646.svelte
@@ -0,0 +1,7 @@
+<script type="text/typescript">
+ import Base from "../../component/IconBase.svelte";
+
+ export const svgContent = `<rect x="9.066" y="9.066" width="5.866" height="5.866" style="fill: rgb(89, 89, 89);"/><rect x="10.366" y="10.366" width="3.265" height="3.265" style="fill: rgb(230, 230, 230);"/>`;
+</script>
+
+<Base {svgContent}/>