Android Studio offers the option to add Vector Assets to a project. It does so using the following dialog which is opened via context menu New -> Vector Asset of the drawable folder:
Clicking on the Clip Art button opens a dialog where I can browse a library of vector images:
My question now is: Where are those resources actually coming from physically?
Are they stored somewhere on the file system (Android SDK folder, Android Studio installation folder)? Are they downloaded from somewhere?
My interest here is purely understanding where Android Studio is getting those vector images from.
It seems that I can download all those vector images from https://github.com/google/material-design-icons. That is not what I'm asking. The question is whether Android Studio has a private copy somewhere and presents those in the dialog shown above.

