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

  export const svgContent = `<path d="M16.108, 20.506l-0.002, -7.287l5.667, -0l0, 7.287l-5.665, -0Zm-13.882, -13.506l2.278, 2.306l0, 6.696l-2.278, -2.236l0, -6.766Zm8.646, 0.035l-0.901, -0.915l0.677, -0l0.224, 0.915Zm1.217, -0.915l-0.089, 0.364l-0.089, -0.364l0.178, -0Zm3.055, -0l2.286, 2.323l-4.647, -0l0.57, -2.323l1.791, -0Zm0.606, 5.871l-2.285, -2.32l5.173, -0l2.285, 2.322l-5.173, -0.002Zm-6.508, 1.228l5.636, -0l0.001, 7.287l-5.637, -0l0, -7.287Zm-1.229, -0.36l0, 6.764l-2.294, -2.39l0, -6.697l2.294, 2.323Zm-2.636, -4.416l-2.295, -2.323l5.168, -0l2.285, 2.323l-5.158, -0Zm3.505, 3.548l-2.293, -2.32l5.155, -0l2.283, 2.32l-5.145, -0Zm6.776, -7.098l-2.002, -0l0.572, -2.333l-1.191, -0.293l-0.646, 2.626l-0.782, -0l-0.644, -2.626l-1.192, 0.293l0.573, 2.333l-9.346, -0l0, 9.377l7.369, 7.463l14.631, -0l0, -9.378l-7.342, -7.462Z" style="fill: rgb(180, 80, 0);"/>`;
</script>

<Base {svgContent}/>