import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcFactory(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:"#BF360C",d:"M41.2,5h-7.3L32,43h11L41.2,5z"}},{tag:"path",attr:{fill:"#E64A19",d:"M33,23h-4v-6l-12,6v-6L5,23v20h28V23z"}},{tag:"rect",attr:{x:"9",y:"27",fill:"#FFC107","width":"4","height":"4"}},{tag:"rect",attr:{x:"17",y:"27",fill:"#FFC107","width":"4","height":"4"}},{tag:"rect",attr:{x:"25",y:"27",fill:"#FFC107","width":"4","height":"4"}},{tag:"rect",attr:{x:"9",y:"35",fill:"#FFC107","width":"4","height":"4"}},{tag:"rect",attr:{x:"17",y:"35",fill:"#FFC107","width":"4","height":"4"}},{tag:"rect",attr:{x:"25",y:"35",fill:"#FFC107","width":"4","height":"4"}}]})(props); } export default FcFactory;