/// import { BaseIconProps } from '../../types'; declare function SvgChevronLeft({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgChevronLeft;