UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

9 lines (8 loc) 318 B
/// <reference types="react" /> import { CommonIconProps } from '..'; export declare type IconsUser = 'usr user-profile-10' | 'usr group-user'; interface UserProps extends CommonIconProps { name: IconsUser; } export default function User({ color, name, size, weight, ...rest }: UserProps): JSX.Element; export {};