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

  export const svgContent = `<path d="M13.093, 15.51l-10.344, -10.344c0.585, -0.353 1.396, -0.564 2.307, -0.561c1.629, -0.002 3.524, 0.655 4.903, 2.038l6, 6.002l-2.866, 2.865Zm-2.286, -9.715c-1.637, -1.631 -3.812, -2.387 -5.751, -2.389c-1.421, 0.002 -2.743, 0.405 -3.633, 1.285l-0.423, 0.424l12.093, 12.092l1.958, -1.957l5.344, 5.344l2.605, -2.604l-12.193, -12.195Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>