@untitled-theme/icons-react
Version: 
Untitled UI icons for React
9 lines (8 loc) • 1.14 kB
TypeScript
import * as React from 'react';
interface EyeOffIconProps extends React.SVGProps<SVGSVGElement> {
}
/**
 * 
 */
declare const EyeOffIcon: React.ForwardRefExoticComponent<Omit<EyeOffIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
export default EyeOffIcon;