RemoteIconSimpleSample
@Sampled
@Composable
@WearPreviewDevices
@PreviewWrapper(RemoteComponentPreviewWrapper::class)
fun RemoteIconSimpleSample(modifier: RemoteModifier = RemoteModifier) {
RemoteIcon(
modifier = modifier,
imageVector =
RemoteImageVector.vectorResource(R.drawable.gs_map_wght500rond100_vd_theme_24),
contentDescription = null,
)
}