import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcFactoryBreakdown(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"polygon",attr:{fill:"#E64A19","points":"29,23 29,17 21,21 21,23 17,23 17,27 13,27 13,23 5,23 5,43 33,43 33,23"}},{tag:"rect",attr:{x:"25",y:"27",fill:"#992B0A","width":"4","height":"4"}},{tag:"rect",attr:{x:"9",y:"35",fill:"#992B0A","width":"4","height":"4"}},{tag:"rect",attr:{x:"25",y:"35",fill:"#992B0A","width":"4","height":"4"}},{tag:"rect",attr:{x:"17",y:"35",fill:"#992B0A","width":"4","height":"4"}},{tag:"rect",attr:{x:"17",y:"27",fill:"#992B0A","width":"4","height":"4"}},{tag:"polygon",attr:{fill:"#BF360C","points":"41.2,5 38,5 38,7 36,7 36,9 33.7,9 32,43 43,43"}}]})(props); } export default FcFactoryBreakdown;