Files
nobat724_front/components/icons/ArrowLeftBlueP.js
T

24 lines
528 B
JavaScript

function ArrowLeftBlueP() {
return (
<svg
className="w-full h-full"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
>
<path
d="M15.0001 19.9201L8.48009 13.4001C7.71009 12.6301 7.71009 11.3701 8.48009 10.6001L15.0001 4.08008"
stroke="#5559CE"
strokeWidth="1.5"
strokeMiterlimit="10"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
export default ArrowLeftBlueP;