blob: 0759298ade0fa540d79df2b39d3c36d98c75902f (
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.996, 12.26l-7.037, 7.07l-7.068, -7.07l14.105, -0Zm0, -7.625l-7.037, 7.07l-7.068, -7.07l14.105, -0Z" style="fill: rgb(89, 89, 89);"/>`;
</script>
<Base {svgContent}/>
|