Files
XRLMS/public/svg/chevron_small.tsx

8 lines
352 B
TypeScript
Raw Normal View History

2025-11-10 19:48:54 +09:00
export default function ChevronSmall() {
return (
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 10.2075L11.854 6.35448L11.147 5.64648L8 8.79348L4.854 5.64648L4.146 6.35448L8 10.2075Z" fill="#2B82E8" />
</svg>
);
}