Welcome!

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
    graph LR
    A --- B
    B-->C[fa:fa-ban forbidden]
    B-->D(fa:fa-spinner);