summaryrefslogtreecommitdiff
path: root/style/default/405.svelte
blob: 54064601b4803ac84e3a3078eef15a1a2ff256e7 (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, 1c-6.075, 0 -11, 4.925 -11, 11c0, 6.075 4.925, 11 11, 11c6.075, 0 11, -4.925 11, -11c0, -6.075 -4.925, -11 -11, -11Zm0, 20.7c-5.349, 0 -9.7, -4.352 -9.7, -9.7c0, -5.349 4.351, -9.7 9.7, -9.7c5.349, 0 9.7, 4.351 9.7, 9.7c-0, 5.348 -4.351, 9.7 -9.7, 9.7Zm-0.001, -5.153l4.615, -11.297l1.798, -0l0, 13.5l-1.798, -0l0, -9.098l-3.716, 9.098l-1.799, -0l-3.711, -9.09l0, 9.09l-1.801, -0l0, -13.5l1.801, -0l4.611, 11.297Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>