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

  export const svgContent = `<path d="M13.559, 17.955l0.108, -2.984l3.912, 2.13l-2.405, -3.66l3.341, -0.269l-2.496, -1.355l2.146, -1.916l-2.859, 0.002l2.094, -4.448l-4.154, 2.937l-0.887, -2.662l-1.323, 2.501l-2.199, -2.085l0.597, 2.975l-3.951, -1.856l2.621, 3.34l-2.221, 0.399l2.102, 1.097l-1.944, 1.871l2.366, -0.494l-2.314, 4.462l4.115, -2.722l0.428, 2.183l1.015, -2.165l1.908, 2.719Zm-1.682, -0.136l-1.754, 3.746l-0.817, -4.19l-6.677, 4.415l3.366, -6.48l-4.099, 0.85l3.886, -3.742l-3.869, -2.017l3.836, -0.694l-4.658, -5.939l6.56, 3.078l-0.893, -4.458l3.929, 3.721l1.944, -3.668l1.294, 3.878l6.752, -4.771l-3.32, 7.052l4.225, -0.004l-3.318, 2.96l4.721, 2.56l-5.522, 0.444l4.058, 6.174l-6.63, -3.619l-0.174, 4.757l-2.84, -4.053Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>