Generating icons with cordova-res

I am using cordova-res to generate icons, works as expected. My question is, where do I put these generated images if the Android folder is created with Capacitor?

See the Icon and Splash Screen guide.

Basically, this will generate all images then copy them into the native projects:

$ cordova-res ios --skip-config --copy
$ cordova-res android --skip-config --copy

I used those commands but I dont see any git changes in android folder… I managed to find default capacitor splash images in app/src/main/res but I dont see any icons. Where can I look to verify the icons are indeed copied?

from android studio, i have the images here:

image