blob: 189cf8052d8979bf797aea05adc4ed174b64f484 (
plain) (
blame)
1
2
3
4
5
6
7
|
<script type="text/typescript">
import Base from "../../component/IconBase.svelte";
export const svgContent = `<path d="M19.291, 19.035l-7.07, -7.037l7.07, -7.068l0, 14.105Zm-7.625, 0l-7.07, -7.037l7.07, -7.068l0, 14.105Z" style="fill: rgb(89, 89, 89);"/>`;
</script>
<Base {svgContent}/>
|