import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcWorkflow(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:"7",y:"31",fill:"#00BCD4","width":"10","height":"10"}},{tag:"path",attr:{fill:"#00BCD4",d:"M35.3,19.3l-5.6-5.6c-0.4-0.4-0.4-1,0-1.4l5.6-5.6c0.4-0.4,1-0.4,1.4,0l5.6,5.6c0.4,0.4,0.4,1,0,1.4 l-5.6,5.6C36.3,19.7,35.7,19.7,35.3,19.3z"}},{tag:"circle",attr:{fill:"#3F51B5","cx":"12","cy":"13","r":"6"}},{tag:"circle",attr:{fill:"#448AFF","cx":"36","cy":"36","r":"6"}},{tag:"g",attr:{fill:"#90A4AE"},child:[{tag:"rect",attr:{x:"11",y:"24","width":"2","height":"5"}},{tag:"polygon",attr:{"points":"12,21 9,25 15,25"}}]},{tag:"g",attr:{fill:"#90A4AE"},child:[{tag:"rect",attr:{x:"20",y:"12","width":"5","height":"2"}},{tag:"polygon",attr:{"points":"28,13 24,10 24,16"}}]},{tag:"g",attr:{fill:"#90A4AE"},child:[{tag:"rect",attr:{x:"35",y:"21","width":"2","height":"5"}},{tag:"polygon",attr:{"points":"36,29 39,25 33,25"}}]}]})(props); } export default FcWorkflow;