import { forwardRef } from 'react'; import type { IconProps } from './types'; export const Eye2 = forwardRef(function Eye2({ color = '#18181B', ...props }, ref) { return ( ); });