import React from "react";

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

export default VoiceCallSolidIcon;
