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