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