import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcFlowChart(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:"#CFD8DC","points":"35,36 39,36 39,22 26,22 26,13 22,13 22,22 9,22 9,36 13,36 13,26 22,26 22,36 26,36 26,26 35,26"}},{tag:"rect",attr:{x:"17",y:"6",fill:"#3F51B5","width":"14","height":"10"}},{tag:"rect",attr:{x:"32",y:"32",fill:"#00BCD4","width":"10","height":"10"}},{tag:"rect",attr:{x:"6",y:"32",fill:"#00BCD4","width":"10","height":"10"}},{tag:"rect",attr:{x:"19",y:"32",fill:"#00BCD4","width":"10","height":"10"}}]})(props); } export default FcFlowChart;