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