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