blob: 7952650efa802b79559a115354ab251cd3b2e147 (
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);"/><rect x="10.366" y="10.366" width="3.265" height="3.265" style="fill: rgb(230, 230, 230);"/>`;
</script>
<Base {svgContent}/>
|