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

  export const svgContent = `<path d="M9.852, 14.745l2.369, -3.591l-3.463, -2.939l1.824, -3.535c-3.371, -4.363 -9.013, -1.758 -8.527, 3.992c0.483, 5.751 9.945, 12.833 9.945, 12.833l-0.056, -4.633l-2.092, -2.127Zm12.093, -6.073c0.484, -5.75 -5.156, -8.355 -8.527, -3.992l-2.387, 3.154l2.918, 3.518l-2.936, 3.11l1.705, 2.471l-0.718, 4.572c0, -0 9.461, -7.082 9.945, -12.833Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>