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