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

  export const svgContent = `<path d="M21.602, 16.686c-0.004, 0.012 -0.008, 0.025 -0.013, 0.037l-12.853, -0l-6.518, -6.597l-0, -2.842l6.264, 6.339l12.627, -0l0.378, 0.385c0.002, 0.004 0.005, 0.01 0.008, 0.018c0.073, 0.133 0.286, 0.582 0.286, 1.453c-0, 0.578 -0.095, 0.971 -0.179, 1.207m-7.442, -8.982l1.636, 1.663l-9.537, -0l-1.655, -1.663l9.556, -0Zm8.286, 5.548l-7.075, -7.194l-14.371, -0l-0, 4.569l7.227, 7.317l14.036, -0l0.183, -0.242c0.07, -0.088 0.556, -0.795 0.554, -2.223c0.002, -1.432 -0.484, -2.139 -0.554, -2.227" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>