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

  export const svgContent = `<path d="M9.819, 7.361l4.361, -0c0.179, 0.924 0.643, 2.967 1.599, 5.297c-0.265, 0.161 -0.585, 0.272 -0.998, 0.272c-1.752, -0 -1.727, -1.873 -2.78, -1.873c-1.054, -0 -1.029, 1.873 -2.781, 1.873c-0.413, -0 -0.735, -0.111 -1, -0.272c0.956, -2.33 1.42, -4.373 1.599, -5.297m12.917, 12.856c-0.002, -0 -0.623, -0.428 -1.543, -1.365c-0.92, -0.938 -2.109, -2.366 -3.17, -4.315c-1.061, -1.949 -1.747, -3.929 -2.161, -5.419c-0.415, -1.486 -0.559, -2.461 -0.561, -2.463l-0.08, -0.523l-6.445, -0l-0.078, 0.523c0, 0.005 -0.146, 0.977 -0.561, 2.463c-0.414, 1.49 -1.1, 3.47 -2.161, 5.419c-1.06, 1.949 -2.25, 3.377 -3.17, 4.315c-0.92, 0.937 -1.545, 1.361 -1.543, 1.365l-0.263, 0.184l0, 2.599l22, -0l0, -2.601l-0.264, -0.182Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>