import * as React from 'react'; import classNames from 'classnames'; import AccessibleSVG from '../accessible-svg'; import { bdlBoxBlue, white } from '../../styles/variables'; import { Icon } from '../iconTypes'; const UsersEmptyState = ({ className, color = bdlBoxBlue, height = 135, title, width = 130 }: Icon) => ( ); export default UsersEmptyState;