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