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

  export const svgContent = `<path d="M5.313, 3.889l2.231, -1.319l3.563, 3.521l-3.3, 3.231l-2.493, -5.433Zm11.143, -1.319l2.227, 1.319l-2.497, 5.432l-3.293, -3.229l3.563, -3.522Zm0.125, 8.891l3.715, -8.075l-4.036, -2.386l-4.262, 4.212l-4.262, -4.212l-4.033, 2.387l3.709, 8.073l2.402, -2.349l0.985, 1.281l-2.212, 9.254l3.412, 3.354l0.001, -0.001l0.001, 0.001l3.412, -3.354l-2.209, -9.254l0.981, -1.278l2.397, 2.347Z" style="fill: rgb(0, 60, 150);"/>`;
</script>

<Base {svgContent}/>