blob: 68006590ed98ec9ca85986fbd443743e064bfff8 (
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, 19.33l-14.105, 0l7.037, -7.07l7.068, 7.07Zm-0, -7.625l-14.105, 0l7.037, -7.07l7.068, 7.07Z" style="fill: rgb(89, 89, 89);"/>`;
</script>
<Base {svgContent}/>
|