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

  export const svgContent = `<path d="M20.593, 4.057l-16.536, -0l-0, 16.536l-1.301, -0l-0, -17.837l17.837, -0l-0, 1.301Zm-1.783, 14.753l-12.972, 0.002l-0, -1.302l11.672, -0l-0, -11.672l1.3, -0l-0, 12.972Zm2.101, -17.791l-17.825, -0c-1.14, 0.003 -2.064, 0.927 -2.067, 2.067l-0, 17.825c0.003, 1.141 0.927, 2.064 2.067, 2.066l17.825, -0c1.141, -0.002 2.064, -0.925 2.066, -2.066l-0, -17.825c-0.002, -1.14 -0.925, -2.064 -2.066, -2.067" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>