blob: 5f3b00313ad618cd5594fb9c4064d7e3df468c64 (
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.001, 23l7.184, -11l-7.184, -11l-7.186, 11l7.186, 11Z" style="fill: rgb(255, 0, 0);"/>`;
</script>
<Base {svgContent}/>
|