I'm looking to create a mat tree based on the provided diagram. https://i.sstatic.net/cTY2w.png
So far, I've managed to design the icons and boxes, but I'm struggling with drawing the connecting lines. Can anyone assist me with this part? I'm using a mat nested tree for this project. You can find my code on StackBlitz here: https://stackblitz.com/edit/angular-qhper2 Please note that Mat icons are not loading correctly in StackBlitz; however, I only need help with the lines.
I know it's achievable through CSS by styling the li and ul tags, but unfortunately, my CSS skills are limited. Any guidance or support would be greatly appreciated.