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

  export const svgContent = `<path d="M23, 12l-6.686, -6.307l0, 4.935l-15.314, 0l0, 2.742l15.314, 0l0, 4.94l6.686, -6.31Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>