summaryrefslogtreecommitdiff
path: root/style/default/030.svelte
blob: 634825db2ff6bd22d9d6771252ba1841d7975ee7 (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, 17.178c-2.857, -0.006 -5.174, -2.32 -5.178, -5.178c0.004, -2.859 2.319, -5.174 5.178, -5.179c2.859, 0.005 5.174, 2.32 5.178, 5.179c-0.004, 2.858 -2.321, 5.172 -5.178, 5.178m6.477, -5.178c0, -2.615 -1.551, -4.861 -3.78, -5.885l0, -5.115l-5.392, -0l0, 5.115c-2.229, 1.023 -3.782, 3.269 -3.782, 5.885c0, 2.614 1.551, 4.861 3.782, 5.884l0, 5.116l5.392, -0l0, -5.117c2.229, -1.023 3.78, -3.269 3.78, -5.883" style="fill: rgb(89, 89, 89);"/><path d="M12.65, 8.217l-1.299, -0l0, 4.433l3.418, -0l0, -1.301l-2.119, -0l0, -3.132Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>