vectorResource
Source set: Android
@Composable
public fun RemoteImageVector.Companion.vectorResource(@DrawableRes id: Int): RemoteImageVector
Load a RemoteImageVector from an Android vector resource.
Parameters
| id | the drawable resource identifier of the vector drawable |
Return
the RemoteImageVector associated with the resource