import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcCamcorder(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:"#607D8B",d:"M20,42H10c-2.2,0-4-1.8-4-4V15c0-5,4-9,9-9h0c5,0,9,4,9,9v23C24,40.2,22.2,42,20,42z"}},{tag:"circle",attr:{fill:"#455A64","cx":"15","cy":"15","r":"7"}},{tag:"circle",attr:{fill:"#42A5F5","cx":"15","cy":"15","r":"5.2"}},{tag:"path",attr:{fill:"#90CAF9",d:"M18.3,13c-0.8-0.9-2-1.5-3.3-1.5S12.6,12,11.7,13c-0.3,0.4-0.3,0.9,0.1,1.2c0.4,0.3,0.9,0.3,1.2-0.1 c1-1.2,2.9-1.2,3.9,0c0.2,0.2,0.4,0.3,0.7,0.3c0.2,0,0.4-0.1,0.6-0.2C18.6,13.9,18.6,13.3,18.3,13z"}},{tag:"path",attr:{fill:"#607D8B",d:"M40,31H28c-1.1,0-2-0.9-2-2V19c0-1.1,0.9-2,2-2h12c1.1,0,2,0.9,2,2v10C42,30.1,41.1,31,40,31z"}},{tag:"rect",attr:{x:"24",y:"19",fill:"#455A64","width":"2","height":"10"}},{tag:"rect",attr:{x:"28",y:"19",fill:"#03A9F4","width":"12","height":"10"}},{tag:"polygon",attr:{fill:"#4FC3F7","points":"33,22.2 29,28 37,28"}},{tag:"g",attr:{fill:"#B3E5FC"},child:[{tag:"circle",attr:{"cx":"37.5","cy":"21.5","r":"1"}},{tag:"polygon",attr:{"points":"36,24.2 33,28 39,28"}}]},{tag:"circle",attr:{fill:"#455A64","cx":"15","cy":"35","r":"3"}},{tag:"circle",attr:{fill:"#F44336","cx":"15","cy":"35","r":"2"}}]})(props); } export default FcCamcorder;