blob: 5499052fecc4e5051c2bfd5b9b33ec0a2e7dc422 (
plain) (
blame)
1
2
3
4
5
6
7
|
<script type="text/typescript">
import Base from "../../component/IconBase.svelte";
export const svgContent = `<path d="M3.844, 11.999c0, -4.502 3.65, -8.152 8.155, -8.152c4.502, 0 8.152, 3.65 8.152, 8.152c0, 4.502 -3.65, 8.154 -8.152, 8.154c-4.505, 0 -8.155, -3.652 -8.155, -8.154" style="fill: rgb(89, 89, 89);"/>`;
</script>
<Base {svgContent}/>
|