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