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

  export const svgContent = `<path d="M16.175, 1.825c-3.237, -0.377 -7.131, 1.077 -10.201, 4.148c-3.071, 3.071 -4.526, 6.965 -4.148, 10.203c1.645, 4.003 5.578, 6.824 10.174, 6.824c6.075, 0 11, -4.925 11, -11c-0, -4.597 -2.821, -8.53 -6.825, -10.175" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>