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

  export const svgContent = `<path d="M21.532, 16.643l-12.763, -0l-6.469, -6.55l0, -2.727l6.182, 6.258l12.507, -0l0.439, 0.448c0.073, 0.138 0.273, 0.592 0.272, 1.41c0.001, 0.545 -0.09, 0.93 -0.168, 1.161m-7.372, -8.939l1.638, 1.664l-9.539, -0l-1.656, -1.664l9.557, -0Zm8.288, 5.55l-7.077, -7.196l-14.371, -0l0, 4.568l7.225, 7.317l14.038, -0l0.185, -0.239c0.068, -0.087 0.555, -0.796 0.552, -2.225c0.003, -1.432 -0.484, -2.138 -0.552, -2.225" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>