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