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