summaryrefslogtreecommitdiff
path: root/style/default/431.svelte
blob: 182dbe84c32d08da87256c9029a514b64429fdfa (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.87, 19.865l-7.375, -14.207l9.989, 9.937l-2.614, 4.27Zm-8.438, -16.952l-9.432, 18.173l7.292, 0l0, -5.889l4.592, 0l0.002, 5.889l6.641, 0l3.473, -5.67l-12.568, -12.503Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>