Files
open-lovable/components/app/(home)/sections/hero-input/_svg/ArrowRight.tsx
T
Developers Digest 836b085f75 continue re-design
2025-09-05 13:06:17 -04:00

20 lines
437 B
TypeScript

export default function ArrowRight() {
return (
<svg
fill="none"
height="20"
viewBox="0 0 20 20"
width="20"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M11.6667 4.79163L16.875 9.99994M16.875 9.99994L11.6667 15.2083M16.875 9.99994H3.125"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="1.5"
/>
</svg>
);
}