summaryrefslogtreecommitdiff
path: root/style/default/395.svelte
blob: 6872b0aa305e440010997cdefb58c282e0eba39e (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.203, 12.594l-4.609, 0l0, -3.477l4.609, 0l0, 3.477Zm-4.609, -3.477l-4.637, 0l0, -3.479l4.637, -0l0, 3.479Zm9.246, 3.477l0, -3.477l-4.637, 0l0, -3.478l4.637, 0l0, -2.319l-4.637, 0l0, 2.319l-4.609, 0l0, -2.319l-4.637, 0l0, 2.319l-4.638, 0l0, 3.478l4.638, 0l0, 3.477l-4.638, 0l0, 2.319l4.638, 0l0, -2.319l4.637, -0l0, 2.319l4.609, 0l0, -2.319l4.637, -0Zm1.16, 3.449l-19.681, -0l0, 6.957l-2.319, -0l0, -20.84l22, -0l0, 13.883Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>