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