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