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