// @flow import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import type { Icon } from '../flowTypes'; const IconCaretDown = ({ className = '', color = '#000', height = 6, title, width = 10 }: Icon) => ( ); export default IconCaretDown;