Package-level declarations
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.