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

  export const svgContent = `<path d="M3.094, 10.187l4.247, 9.125c2.282, -2.311 9.921, -9.996 13.673, -13.121l-0.267, -0.377c-5.818, 4.343 -12.073, 9.97 -12.083, 9.98l-0.712, 0.64l-2.479, -6.642l-2.379, 0.395Zm-1.898, -1l5.119, -0.854l2.19, 5.862c1.876, -1.657 7.146, -6.246 12.005, -9.823l0.531, -0.395l1.737, 2.461l-0.478, 0.384c-4.009, 3.184 -14.678, 14.054 -14.69, 14.071l-0.661, 0.669l-5.753, -12.375Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>