import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcCamcorderPro(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"rect",attr:{x:"27",y:"8",fill:"#37474F","width":"10","height":"4"}},{tag:"path",attr:{fill:"#607D8B",d:"M27,8h-9.7c-1.5,0-2.8,0.8-3.5,2.1l-3.3,6L14,18l3.3-6H27v7.2h4V12C31,9.8,29.2,8,27,8z"}},{tag:"path",attr:{fill:"#607D8B",d:"M30,40H6c-2.2,0-4-1.8-4-4V20c0-2.2,1.8-4,4-4h24c2.2,0,4,1.8,4,4v16C34,38.2,32.2,40,30,40z"}},{tag:"path",attr:{fill:"#607D8B",d:"M38,35l5,5h3V18h-3l-5,5V35z"}},{tag:"path",attr:{fill:"#546E7A",d:"M22,35H8c-1.1,0-2-0.9-2-2V23c0-1.1,0.9-2,2-2h14c1.1,0,2,0.9,2,2v10C24,34.1,23.1,35,22,35z"}},{tag:"rect",attr:{x:"34",y:"23",fill:"#455A64","width":"4","height":"12"}},{tag:"path",attr:{fill:"#263238",d:"M41,13h-4c-0.6,0-1-0.4-1-1V8c0-0.6,0.4-1,1-1h4c1.7,0,3,1.3,3,3v0C44,11.7,42.7,13,41,13z"}},{tag:"rect",attr:{x:"8",y:"23",fill:"#03A9F4","width":"14","height":"10"}},{tag:"polygon",attr:{fill:"#4FC3F7","points":"13.5,25.5 9,32 18,32"}},{tag:"g",attr:{fill:"#B3E5FC"},child:[{tag:"circle",attr:{"cx":"19.5","cy":"25.5","r":"1.5"}},{tag:"polygon",attr:{"points":"17.5,27.6 14,32 21,32"}}]}]})(props); } export default FcCamcorderPro;