import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcMultipleCameras(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:"#455A64",d:"M42,41H12c-2.2,0-4-1.8-4-4V17c0-2.2,1.8-4,4-4h30c2.2,0,4,1.8,4,4v20C46,39.2,44.2,41,42,41z"}},{tag:"path",attr:{fill:"#78909C",d:"M36,36H6c-2.2,0-4-1.8-4-4V12c0-2.2,1.8-4,4-4h30c2.2,0,4,1.8,4,4v20C40,34.2,38.2,36,36,36z"}},{tag:"circle",attr:{fill:"#455A64","cx":"26","cy":"22","r":"10"}},{tag:"circle",attr:{fill:"#42A5F5","cx":"26","cy":"22","r":"7"}},{tag:"path",attr:{fill:"#90CAF9",d:"M29.7,19.7c-1-1.1-2.3-1.7-3.7-1.7s-2.8,0.6-3.7,1.7c-0.4,0.4-0.3,1,0.1,1.4c0.4,0.4,1,0.3,1.4-0.1 c1.2-1.3,3.3-1.3,4.5,0c0.2,0.2,0.5,0.3,0.7,0.3c0.2,0,0.5-0.1,0.7-0.3C30.1,20.7,30.1,20.1,29.7,19.7z"}},{tag:"rect",attr:{x:"6",y:"12",fill:"#ADD8FB","width":"6","height":"3"}}]})(props); } export default FcMultipleCameras;