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

  export const svgContent = `<path d="M4.514, 6.871l0.001, -0.001l0.001, 0.001l-0.002, -0Zm8.941, -0.61l-4.23, 4.233c-0.175, 0.172 -0.426, 0.232 -0.658, 0.158c-0.235, -0.074 -0.404, -0.272 -0.443, -0.512l-0.998, -6.015l-0.003, -0.024l-2.608, 2.769l-0.948, -0.89l2.69, -2.855c0.224, -0.226 0.546, -0.371 0.893, -0.371c0.655, -0 1.19, 0.492 1.258, 1.124c0.003, 0.026 0.005, 0.051 0.006, 0.074l0.785, 4.728l3.353, -3.352c0.23, -0.252 0.565, -0.412 0.933, -0.412c0.698, -0 1.265, 0.566 1.265, 1.23c0.179, 3.728 1.061, 11.669 6.097, 15.22l-0.758, 1.057c-5.636, -4.082 -6.404, -12.295 -6.634, -16.162" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>