summaryrefslogtreecommitdiff
path: root/style/default/530.svelte
blob: 6127909674387e783250ce68d50508a2b3b46da0 (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.875, 11.967l-5.972, -5.633l0, 4.407l-9.931, -0l0, -4.407l-5.972, 5.633l5.972, 5.637l0, -4.413l9.931, -0l0, 4.413l5.972, -5.637Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>