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

  export const svgContent = `<path d="M2.299, 18.06l0, -11.026l9.714, 7.741l9.685, -7.718l0, 11.003l-19.399, 0Zm18.717, -12.122l-9.003, 7.174l-9.002, -7.174l18.005, 0Zm-20.016, 13.421l21.997, 0l0, -14.722l-21.997, 0l0, 14.722Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>