Files
open-lovable/components/shared/header/Dropdown/Stories/_svg/ArrowUp.tsx
T
Developers Digest 836b085f75 continue re-design
2025-09-05 13:06:17 -04:00

20 lines
423 B
TypeScript

export default function ArrowUp() {
return (
<svg
fill="none"
height="24"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M17.2083 14.7082V6.7915M17.2083 6.7915H9.29167M17.2083 6.7915L7 16.9998"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="1.25"
/>
</svg>
);
}