UNPKG

box-ui-elements

Version:
5 lines (4 loc) 229 B
import * as React from 'react'; import { SVGProps } from '../accessible-svg/AccessibleSVG'; declare const UnknownUserAvatar: ({ className, height, title, width }: SVGProps) => React.JSX.Element; export default UnknownUserAvatar;