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

  export const svgContent = `<path d="M14.628, 19.035l-7.07, -7.068l7.07, -7.037l-0, 14.105Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>