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