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