summaryrefslogtreecommitdiff
path: root/style/default/581.svelte
blob: 803f70883216df6766a4d64a25af0e4e19c91d79 (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.522, 11.999c-0, -4.13 3.347, -7.478 7.477, -7.478c4.131, 0 7.479, 3.348 7.479, 7.477c-0, 4.131 -3.348, 7.479 -7.479, 7.479c-4.13, 0 -7.477, -3.348 -7.477, -7.479Zm1.3, 0c0.006, 3.414 2.766, 6.172 6.177, 6.18c3.413, -0.008 6.172, -2.766 6.179, -6.18c-0.007, -3.411 -2.766, -6.17 -6.179, -6.177c-3.411, 0.007 -6.171, 2.766 -6.177, 6.177Zm10.082, 0.898c-0.121, 1.137 -0.464, 2.032 -1.048, 2.671c-0.734, 0.802 -1.766, 1.114 -2.824, 1.114l-0.031, 0c-2.386, -0.012 -3.918, -2.222 -3.923, -4.724c0.005, -2.5 1.537, -4.71 3.923, -4.725c1.11, -0.003 2.151, 0.414 2.866, 1.247c0.503, 0.582 0.828, 1.347 0.984, 2.25l-1.335, 0c-0.336, -1.554 -1.245, -2.156 -2.515, -2.196c-1.461, 0.004 -2.602, 1.38 -2.623, 3.424c0.021, 2.046 1.162, 3.42 2.623, 3.424c1.442, -0.077 2.325, -0.48 2.587, -2.485l1.316, 0Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>