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

  export const svgContent = `<path d="M13.37, 16.315l0, -15.316l-2.742, 0.001l0, 15.315l-4.938, -0l6.31, 6.686l6.307, -6.686l-4.937, -0Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>