import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcVideoCall(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"path",attr:{fill:"#4CAF50",d:"M8,12h22c2.2,0,4,1.8,4,4v16c0,2.2-1.8,4-4,4H8c-2.2,0-4-1.8-4-4V16C4,13.8,5.8,12,8,12z"}},{tag:"polygon",attr:{fill:"#388E3C","points":"44,35 34,29 34,19 44,13"}}]})(props); } export default FcVideoCall;