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