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

  export const svgContent = `<path d="M17.762, 21.77l-0, -6.268l0.904, 0l-0, -11.275l3.106, 0.001l-0, 17.543l-4.01, -0Zm-15.533, -17.543l3.106, -0l-0, 11.275l0.902, -0.001l-0, 6.268l-4.008, 0l-0, -17.543Zm10.386, 11.275l0.903, 0l-0, -11.275l2.113, 0l-0, 11.275l0.902, 0l-0, 6.268l-3.918, 0l-0, -6.268Zm-4.245, 0l-0, -11.275l2.113, 0.001l-0, 11.275l0.903, -0.001l-0, 6.268l-3.92, 0l-0, -6.268l0.904, 0Zm-7.369, 7.497l22, 0l-0, -22l-22, 0l-0, 22.001Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>