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