import React from 'react'; type ArrowLeftToLineProps = React.SVGProps & { width?: number; height?: number; fill?: string; }; export declare const ArrowLeftToLine: ({ width, height, fill, ...props }: ArrowLeftToLineProps) => import("react/jsx-runtime").JSX.Element; export default ArrowLeftToLine; //# sourceMappingURL=ArrowLeftToLine.d.ts.map