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

  export const svgContent = `<path d="M17.481, 11.629l4.072, -1.57l0.468, 1.214l-3.769, 1.453l-0, 6.81l3.769, 1.451l-0.468, 1.214l-4.074, -1.569l-11.13, -0l-4.074, 1.57l-0.467, -1.214l3.768, -1.452l0, -6.811l-3.769, -1.452l0.469, -1.214l4.075, 1.57l11.13, -0Zm-0.529, 7.703l-0, -6.403l-10.076, 0l-0, 6.403l10.076, 0Zm-0.677, -8.429l-1.3, 0l-0, -2.68l1.3, 0l-0, 2.68Zm-7.422, -0.002l-1.3, 0l-0, -2.676l1.3, 0l0, 2.676Zm-0.043, -7.086l0.75, 1.069l-4.602, 3.227l-0.749, -1.068l4.601, -3.228Zm6.205, 0.002l4.605, 3.225l-0.746, 1.066l-4.605, -3.225l0.746, -1.066Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>