blob: abfd6ff123f962c75bbe655793ab019351d673ab (
plain) (
blame)
1
2
3
4
5
6
7
|
<script type="text/typescript">
import Base from "../../component/IconBase.svelte";
export const svgContent = `<rect x="3.416" y="3.416" width="17.166" height="17.166" style="fill: rgb(89, 89, 89);"/><rect x="4.716" y="4.716" width="14.565" height="14.565" style="fill: rgb(230, 230, 230);"/>`;
</script>
<Base {svgContent}/>
|