Where is com.vaadin.ui.Embedded in Vaadin 14?

I’m upgrading my project from Vaadin 8 to 14 but can’t seem to find the Embedded class in Vaadin 14. Was it renamed or depreciated?

I would first check if IFrame suites you (closer to old BrowserFrame actually) or if you can use html <object> tag directly via @Tag(“object”) and Element API.