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