import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgArrowLeft: (props: SVGProps) => React.JSX.Element; export default SvgArrowLeft; //# sourceMappingURL=ArrowLeft.d.ts.map