summaryrefslogtreecommitdiff
path: root/style/default/644.svelte
blob: 172665123d146bf5a62ba80eaf927439335275a9 (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);"/><rect x="2.318" y="2.318" width="19.357" height="19.36" style="fill: rgb(230, 230, 230);"/>`;
</script>

<Base {svgContent}/>