Skip to content

conversation receipt icon

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.ui.components.icon/ConversationReceiptIcon

ConversationReceiptIcon

[androidJvm]\

@Preview

@Composable

fun ConversationReceiptIcon(backgroundColor: Color = Color.Black, borderColor: Color = Color.Black, tint: Color = Color.White, borderSize: Dp = 2.dp, centerIcon: ImageVector = Icons.Filled.Check, size: Dp = 32.dp, shape: Shape = RoundedCornerShape(size), innerPadding: Dp = 4.dp, contentDescription: String = "")

Clone this wiki locally