summaryrefslogtreecommitdiff
path: root/style/default/638.svelte
blob: fb7b9d734a37afd6418957cc9a674bcd39e9db25 (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.002, -4.502 3.65, -8.152 8.155, -8.152c4.502, 0 8.154, 3.65 8.154, 8.152c0, 4.502 -3.652, 8.154 -8.154, 8.154c-4.505, 0 -8.153, -3.652 -8.155, -8.154" style="fill: rgb(89, 89, 89);"/><path d="M5.145, 11.999c0.008, 3.784 3.07, 6.848 6.854, 6.854c3.784, -0.006 6.848, -3.07 6.854, -6.854c-0.006, -3.784 -3.07, -6.846 -6.854, -6.852c-3.784, 0.006 -6.846, 3.068 -6.854, 6.852" style="fill: rgb(230, 230, 230);"/>`;
</script>

<Base {svgContent}/>