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

  export const svgContent = `<path d="M5.316, 11.59l-2.92, 2.922l-1.408, -1.41l4.33, -4.326l3.661, 3.662l3.665, -3.665l3.595, 3.621l3.594, -3.621l3.165, 3.163l0.002, -0l-1.41, 1.408l-1.752, -1.75l-3.599, 3.625l-3.598, -3.627l-3.662, 3.659l-3.663, -3.661Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>