summaryrefslogtreecommitdiff
path: root/style/default/609.svelte
blob: 481c7f6dcd1c498dbe00b4cc520eaf40257f0cea (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, 5.154l-3.152, -3.154l-6.848, 6.846l-6.847, -6.846l-3.153, 3.152l6.847, 6.848l-6.847, 6.846l3.153, 3.154l6.847, -6.847l6.848, 6.847l3.152, -3.156l-6.846, -6.844l6.846, -6.846Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>