blob: 64507922887a928fbaa5b8a97976be8b90e27294 (
plain) (
blame)
1
2
3
4
5
6
7
|
<script type="text/typescript">
import Base from "../../component/IconBase.svelte";
export const svgContent = `<path d="M23, 10.627l-15.314, 0l0, -4.934l-6.686, 6.307l6.686, 6.309l0, -4.938l15.314, 0l0, -2.744Z" style="fill: rgb(89, 89, 89);"/>`;
</script>
<Base {svgContent}/>
|