blob: 871335a3059bf39f1c4f59d0c865f2482f657226 (
plain) (
blame)
1
2
3
4
5
6
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);"/>`;
</script>
<Base {svgContent}/>
|