Libreoffice - Could not load a pixbuf from icon theme

After upgrading to Fedora 34 I installed libreoffice. When I try to run it I get the following:

(soffice:8828): Gtk-WARNING **: 14:00:00.573: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
terminate called after throwing an instance of 'com::sun::star::uno::DeploymentException'
Application Error

Then the program promptly crashes.
It doesn’t appear to be because of a broken icon.

$ rpm -qa | grep libreoffice | sort
libreoffice-7.1.4.2-1.fc34.x86_64
libreoffice-base-7.1.4.2-1.fc34.x86_64
libreoffice-calc-7.1.4.2-1.fc34.x86_64
libreoffice-core-7.1.4.2-1.fc34.x86_64
libreoffice-data-7.1.4.2-1.fc34.noarch
libreoffice-draw-7.1.4.2-1.fc34.x86_64
libreoffice-emailmerge-7.1.4.2-1.fc34.x86_64
libreoffice-graphicfilter-7.1.4.2-1.fc34.x86_64
libreoffice-gtk3-7.1.4.2-1.fc34.x86_64
libreoffice-help-en-7.1.4.2-1.fc34.x86_64
libreoffice-impress-7.1.4.2-1.fc34.x86_64
libreoffice-langpack-en-7.1.4.2-1.fc34.x86_64
libreoffice-math-7.1.4.2-1.fc34.x86_64
libreoffice-ogltrans-7.1.4.2-1.fc34.x86_64
libreoffice-opensymbol-fonts-7.1.4.2-1.fc34.noarch
libreoffice-pdfimport-7.1.4.2-1.fc34.x86_64
libreoffice-pyuno-7.1.4.2-1.fc34.x86_64
libreoffice-ure-7.1.4.2-1.fc34.x86_64
libreoffice-ure-common-7.1.4.2-1.fc34.noarch
libreoffice-writer-7.1.4.2-1.fc34.x86_64
libreoffice-x11-7.1.4.2-1.fc34.x86_64

As you can see I have only 1 version of each package installed. I have no flatpak packages on my system (yet).

I would appreciate any assistance. Let me know if you need any more information than what I have already provided.

UPDATE:
I uninstalled through dnf and reinstalled through snap and it works now. I think this might be an issue with fedora’s rpm in the repo being broken somhow. Maybe a missing dependency or incorrect configuration?