import type { SVGProps } from 'react' /** * Eye icon component - almond outline with circular pupil * @param props - SVG properties including className, fill, etc. */ export function Eye(props: SVGProps) { return ( ) }