UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

7 lines (6 loc) 213 B
export interface EyeIconProps { svgAttrs?: SVGProps; } import type { SVGProps } from "../types"; declare function EyeIcon(props: EyeIconProps): import("react/jsx-runtime").JSX.Element; export default EyeIcon;