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

  export const svgContent = `<path d="M18.572, 12.801l0, 4.986l-13.143, 0l0, -4.986l13.143, 0Zm-10.24, 3.688l0, -2.389l-1.603, 0l0, 2.389l1.603, 0Zm3.016, 0l0, -2.389l-1.717, 0l0, 2.389l1.717, 0Zm2.867, 0l0, -2.389l-1.565, 0l0, 2.389l1.565, 0Zm3.057, 0l0, -2.389l-1.756, 0l0, 2.389l1.756, 0Zm-0.874, -8.627l1.811, 1.414l0.802, -1.023l-2.613, -2.039l-2.611, 2.039l0.802, 1.026l1.809, -1.417Zm-8.794, -0l1.812, 1.415l0.8, -1.024l-2.612, -2.039l-2.615, 2.039l0.802, 1.024l1.813, -1.415Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>