summaryrefslogtreecommitdiff
path: root/style/default/524.svelte
blob: 2f821b775786ea3d35bb0aefcf004e201a33f1e3 (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.334, 2.667l-8.207, 0.24l3.116, 3.116l-14.443, 14.443l1.733, 1.733l14.443, -14.443l3.12, 3.12l0.238, -8.209Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>