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