blob: 2833a0595744d6f1c9d276a2286016483167bbef (
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, 8.78l-7.037, 7.069l-7.068, -7.069l14.105, 0Z" style="fill: rgb(89, 89, 89);"/>`;
</script>
<Base {svgContent}/>
|