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