summaryrefslogtreecommitdiff
path: root/style/default/649.svelte
blob: 82a0c54bd8d338db1ebfb427ae323a217f335cd1 (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);"/>`;
</script>

<Base {svgContent}/>