10 lines
521 B
JavaScript
10 lines
521 B
JavaScript
function ArrowLeftWhiteD() {
|
|
return (
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none">
|
|
<path d="M8.4763 4.94165L3.41797 9.99998L8.4763 15.0583" stroke="#EFEFEF" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
|
<path d="M17.5836 10H3.55859" stroke="#EFEFEF" strokeWidth="1.5" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round" />
|
|
</svg>
|
|
)
|
|
}
|
|
|
|
export default ArrowLeftWhiteD |