summaryrefslogtreecommitdiff
path: root/style/default/651.svelte
blob: e678587a104bad735afa0207fbb3b4eb89364ad5 (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.834" y="3.834" width="16.33" height="16.33" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>