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