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

  export const svgContent = `<path d="M22.199, 20.466l-14.443, -14.442l3.12, -3.121l-8.209, -0.237l0.24, 8.206l3.117, -3.117l14.442, 14.442l1.733, -1.731Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>