50 lines
1.4 KiB
JavaScript
50 lines
1.4 KiB
JavaScript
function TrashOrangeD() {
|
|
return (
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="21"
|
|
viewBox="0 0 20 21"
|
|
fill="none"
|
|
>
|
|
<path
|
|
d="M17.5 5.48333C14.725 5.20833 11.9333 5.06667 9.15 5.06667C7.5 5.06667 5.85 5.15 4.2 5.31667L2.5 5.48333"
|
|
stroke="#F17732"
|
|
strokeWidth="1.5"
|
|
strokeLinecap="round"
|
|
strokeLinejoin="round"
|
|
/>
|
|
<path
|
|
d="M7.08203 4.64167L7.26536 3.55C7.3987 2.75833 7.4987 2.16667 8.90703 2.16667H11.0904C12.4987 2.16667 12.607 2.79167 12.732 3.55833L12.9154 4.64167"
|
|
stroke="#F17732"
|
|
strokeWidth="1.5"
|
|
strokeLinecap="round"
|
|
strokeLinejoin="round"
|
|
/>
|
|
<path
|
|
d="M15.7096 8.11667L15.168 16.5083C15.0763 17.8167 15.0013 18.8333 12.6763 18.8333H7.3263C5.0013 18.8333 4.9263 17.8167 4.83464 16.5083L4.29297 8.11667"
|
|
stroke="#F17732"
|
|
strokeWidth="1.5"
|
|
strokeLinecap="round"
|
|
strokeLinejoin="round"
|
|
/>
|
|
<path
|
|
d="M8.60938 14.25H11.3844"
|
|
stroke="#F17732"
|
|
strokeWidth="1.5"
|
|
strokeLinecap="round"
|
|
strokeLinejoin="round"
|
|
/>
|
|
<path
|
|
d="M7.91797 10.9167H12.0846"
|
|
stroke="#F17732"
|
|
strokeWidth="1.5"
|
|
strokeLinecap="round"
|
|
strokeLinejoin="round"
|
|
/>
|
|
</svg>
|
|
);
|
|
}
|
|
|
|
export default TrashOrangeD;
|