Package-level declarations

Types

Link copied to clipboard

Contains the default values used by Icon.

Functions

Link copied to clipboard
@Composable
fun Icon(bitmap: ImageBitmap, contentDescription: String?, modifier: Modifier = Modifier, tint: Color = LocalContentColor.current)

Icon component that draws an ImageBitmap with tinting support.

@Composable
fun Icon(painter: Painter, contentDescription: String?, modifier: Modifier = Modifier, tint: Color = LocalContentColor.current)

Icon component that draws a Painter with tinting support.

@Composable
fun Icon(imageVector: ImageVector, contentDescription: String?, modifier: Modifier = Modifier, tint: Color = LocalContentColor.current)

Icon component that draws an ImageVector with tinting support.