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

  export const svgContent = `<path d="M18.633, 19.379c-0.096, 0.051 -0.199, 0.074 -0.301, 0.074c-0.234, -0 -0.461, -0.125 -0.576, -0.345l-6.15, -11.639c-0.168, -0.319 -0.045, -0.711 0.271, -0.879c0.318, -0.167 0.711, -0.045 0.881, 0.272l6.146, 11.638c0.168, 0.316 0.045, 0.709 -0.271, 0.879m-6.633, -15.857l-8.957, 16.957l17.914, -0l-8.957, -16.957Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>