It seems like bricks is defining the classes for Font Awesome with “.fas” for “.fa-solid” and “.fa” for “.fa-regular”. Unfortunately this is causing that the wrong icons are displayed. If I change the classes in the devtools to the original Font Awesome classes it’s working as it should.
You were indeed right… Crocoblock’s JetSmartFilters are loading font awesome styles too which causes the bricks font awesome to break. I disabled JetSmartFilters and everything is working as it should…