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