Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
object KPIcons
Link copied to clipboard
sealed interface KPIconSize
Link copied to clipboard
sealed interface StateLayoutIconSize : IconSize

Functions

Link copied to clipboard
fun KPCustomFilteredColorIcon(modifier: Modifier = Modifier, outerIcon: ImageVector = KPIcons.Fill.CircleIcon, outerTint: Color, innerIcon: ImageVector, innerTint: Color = Color.Unspecified)
Link copied to clipboard
fun KPIcon(imageVector: ImageVector, size: IconSize, modifier: Modifier = Modifier, contentDescription: String? = imageVector.name, tint: Color = Color.Unspecified)

An Icon component that draws imageVector using tint, with a default value is Color.Unspecified. imageVector has no default size, the size should given by developer.