import React from "react"; /** * voice-call-outgoing-solid.svg */ declare const VoiceCallOutgoingSolidIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default VoiceCallOutgoingSolidIcon;