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