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