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

  export const svgContent = `<path d="M21.65, 18.606l-3.042, 3.044l-6.608, -6.608l-6.607, 6.608l-3.044, -3.042l6.609, -6.608l-6.609, -6.608l3.044, -3.043l6.607, 6.609l6.608, -6.609l3.042, 3.045l-6.607, 6.606l6.607, 6.606Zm-19.65, 3.394l20, 0l0, -20l-20, 0l0, 20Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>