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

  export const svgContent = `<path d="M7.64, 17.315l-6.658, 0l3.865, -8.631l-3.281, 0l-0, -2l6.369, 0l-3.866, 8.629l3.571, 0.002l-0, 2Zm7.542, 0l-6.658, 0l3.865, -8.631l-3.281, 0l-0, -2l6.369, 0l-3.866, 8.629l3.571, 0.002l-0, 2Zm7.541, 0l-6.658, 0l3.865, -8.631l-3.281, 0l0, -2l6.369, 0l-3.865, 8.629l3.57, 0.002l0, 2Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>