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

  export const svgContent = `<path d="M22.198, 3.532l-1.731, -1.733l-14.444, 14.445l-3.12, -3.12l-0.237, 8.209l8.206, -0.24l-3.118, -3.119l14.444, -14.442Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>