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

  export const svgContent = `<path d="M20.943, 13.381c-2.16, -7.123 -8.943, -12.381 -8.943, -12.381c0, -0 -6.783, 5.258 -8.944, 12.381c-1.546, 5.093 4.831, 7.406 7.54, 3.241c-0.082, 1.156 -0.239, 2.38 -0.539, 3.224c-0.738, 2.072 -1.855, 3.154 -1.855, 3.154l7.595, -0c0, -0 -1.12, -1.082 -1.856, -3.154c-0.3, -0.844 -0.456, -2.068 -0.538, -3.224c2.709, 4.165 9.086, 1.852 7.54, -3.241" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>