import React from "react";

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

export default VideoCallIcon;
