summaryrefslogtreecommitdiff
path: root/style/default/648.svelte
blob: d756a96a0622d74b0cdee372d5488c7cd91a16f3 (plain) (blame)
1
2
3
4
5
6
7
<script type="text/typescript">
  import Base from "../../component/IconBase.svelte";

  export const svgContent = `<rect x="6.412" y="6.412" width="11.175" height="11.175" style="fill: rgb(89, 89, 89);"/><rect x="7.711" y="7.711" width="8.576" height="8.576" style="fill: rgb(230, 230, 230);"/>`;
</script>

<Base {svgContent}/>