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