import { IconProps, Icon } from "@chakra-ui/react";
export const Eye = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" /><circle cx={12} cy={12} r={3} /></Icon>;