blob: 11097506a8b66e441bfa1eca0b60c9a24848ec9d (
plain) (
blame)
1
2
3
4
5
6
7
|
<script type="text/typescript">
import Base from "../../component/IconBase.svelte";
export const svgContent = `<path d="M12, 6.86c-2.08, -7.064 -10.105, -4.756 -9.143, 1.311c1.034, 6.5 9.143, 13.329 9.143, 13.329c0, 0 8.111, -6.829 9.143, -13.329c0.962, -6.067 -7.061, -8.375 -9.143, -1.311" style="fill: rgb(255, 0, 0);"/>`;
</script>
<Base {svgContent}/>
|