import React from "react";

/**
 * voice-call.svg
 */
declare const VoiceCallIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default VoiceCallIcon;
