import React from "react";

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

export default VideoCallSolidIcon;
