blob: 1f0b2fbaac73ccdb7abfecbfbb095fea7d29c28a (
plain) (
blame)
1
2
3
4
5
6
7
|
<script type="text/typescript">
import Base from "../../component/IconBase.svelte";
export const svgContent = `<path d="M4.891, 15.413l7.037, -7.069l7.068, 7.069l-14.105, 0Z" style="fill: rgb(89, 89, 89);"/>`;
</script>
<Base {svgContent}/>
|