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