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

  export const svgContent = `<path d="M4.596, 4.93l7.07, 7.037l-7.07, 7.068l-0, -14.105Zm7.625, -0l7.07, 7.037l-7.07, 7.068l-0, -14.105Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>