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