import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgSwitchLeft: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgSwitchLeft; //# sourceMappingURL=SwitchLeft.d.ts.map