import * as React from 'react'; import { IconProps } from '../types'; export default function ChevronLeft(props: IconProps): React.ReactElement;