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