How do I center the “😃” between the rectangles?

Where it is currently _is_ the center of the parent, but I want it to be centered between the rectangles instead. Horizontally centered is the goal; vertically centered would be a nice bonus.

Image below; code here: https://gist.github.com/cliss/df21f012bfc44d94c033756bf970f1af

Centering Question

Centering Question. GitHub Gist: instantly share code, notes, and snippets.

Gist
@caseyliss A ZStack on a Spacer/EmptyView between the pairs?
@chockenberry I don't think so, because the core of the issue is that the pair is not of equal widths.

@caseyliss Well then you either need to restructure the views or use some fixed widths.

Nothing to anchor with in current layout.