Files
nobat724_front/components/icons/ArrowLeftOrangeS.js
T

10 lines
519 B
JavaScript

function ArrowLeftOrangeS() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M7.97484 4.94167L2.9165 10L7.97484 15.0583" stroke="#F17732" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
<path d="M17.0831 10H3.05811" stroke="#F17732" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
</svg>
)
}
export default ArrowLeftOrangeS