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

  export const svgContent = `<path d="M18.515, 14.477c1.492, 0.005 3.405, 1.205 3.418, 3.557l-0, 0.002c-0.013, 2.351 -1.926, 3.552 -3.418, 3.556l-2.622, -0l-0, -7.115l2.622, -0Zm-4.66, 5.464l-0, -5.465l1.007, 0l-0, 7.115l-1.007, 0l-3.973, -5.549l-0, 5.549l-1.009, 0l0, -7.115l1.009, 0l3.973, 5.465Zm-6.017, -5.464l0, 1.182l-4.71, -0l0, 1.785l4.055, -0l0, 1.18l-4.055, -0l0, 1.784l4.71, -0l0, 1.183l-5.827, -0l0, -7.114l5.827, -0Zm10.677, 6.124c1.02, -0.01 2.414, -0.843 2.414, -2.565c-0, -1.725 -1.394, -2.559 -2.414, -2.568l-1.618, -0l-0, 5.133l1.618, -0Zm-10.687, -10.233l12.985, 0l-0, -5.623l-12.985, 0l-0, -1.988l-4.696, 4.799l4.696, 4.803l-0, -1.991Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>