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