When creating a new vector asset in Android studio, it let's me to select material icons clip art, for example, baseline_location_pin_24 for a map place icon.... how can I use that icon directly as a resource on compose without creating a new image vector? is not possible? I tryed with "R.drawable." but it doesn't display any material icons... just the drawable files on my drawable folder.