summaryrefslogtreecommitdiff
path: root/style/default/676.svelte
blob: a87657c690d51ddfcf73ea1e4f50ceb3f63ec775 (plain) (blame)
1
2
3
4
5
6
7
<script type="text/typescript">
  import Base from "../../component/IconBase.svelte";

  export const svgContent = `<path d="M12.001, 2.5c-5.247, 0 -9.501, 4.253 -9.501, 9.501c0, 5.245 4.254, 9.499 9.501, 9.499c5.246, 0 9.499, -4.254 9.499, -9.499c0, -5.248 -4.253, -9.501 -9.499, -9.501Zm0, 17.817c-4.594, -0.008 -8.311, -3.725 -8.318, -8.316c0.007, -4.595 3.724, -8.31 8.318, -8.319c4.593, 0.009 8.31, 3.724 8.316, 8.319c-0.006, 4.591 -3.723, 8.308 -8.316, 8.316Zm0, -13.934c-3.104, -0 -5.62, 2.514 -5.62, 5.618c0, 3.104 2.516, 5.618 5.62, 5.618c3.104, -0 5.618, -2.514 5.618, -5.618c0, -3.104 -2.516, -5.618 -5.618, -5.618Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>