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

  export const svgContent = `<path d="M0.999, 12.347l15.718, 0l-0, 10.65l-15.718, 0l-0, -10.65Zm14.417, 9.351l-0, -7.075l-6.559, 5.235l-6.557, -5.233l-0, 7.073l13.116, 0Zm-0.859, -8.053l-11.402, 0l5.702, 4.549l5.7, -4.549Zm3.51, -1.975l4.059, -4.059l0.876, 0.876l-4.059, 4.059l-0.876, -0.876Zm4.913, -9.784l-7.348, 7.348l-0.876, -0.875l7.349, -7.349l0.875, 0.876Zm-7.912, -0.462l0.875, 0.875l-4.967, 4.967l-0.875, -0.875l4.967, -4.967Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>