blob: a42ccf6905d4b5ae2f533fb8163c6591367ed9e7 (
plain) (
blame)
1
2
3
4
5
6
7
|
<script type="text/typescript">
import Base from "../../component/IconBase.svelte";
export const svgContent = `<path d="M9.304, 4.93l7.071, 7.037l-7.071, 7.068l0, -14.105Z" style="fill: rgb(89, 89, 89);"/>`;
</script>
<Base {svgContent}/>
|