Where to find the list icons for St.Icon?

I have a working snippet coming from the template created with gnome-extensions create:

        this.add_child(new St.Icon({
            icon_name: 'face-smile-symbolic',
            style_class: 'system-status-icon',
        }));  

I have searched the docs here but I cannot find a list of possible icons or style to use for St.Icon.

You can find them in GTK Icon Browser. If you are on Fedora, it should be part of gtk4-devel-tools package.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.