Icon
A Icon component that draws imageVector using tint, with a default value.
Parameters
ImageVector to draw inside this icon
text used by accessibility services to describe what this icon represents. This should always be provided unless this icon is used for decorative purposes, and does not represent a meaningful action that a user can take. This text should be localized, such as by using stringResource or similar
the Modifier to be applied to this icon
tint to be applied to imageVector. If Color.Unspecified is provided, then no tint is applied.
A Icon component that draws bitmap using tint, with a default value.
Parameters
ImageBitmap to draw inside this icon
text used by accessibility services to describe what this icon represents. This should always be provided unless this icon is used for decorative purposes, and does not represent a meaningful action that a user can take. This text should be localized, such as by using stringResource or similar
the Modifier to be applied to this icon
tint to be applied to bitmap. If Color.Unspecified is provided, then no tint is applied.
A Icon component that draws painter using tint, with a default value.
Parameters
Painter to draw inside this icon
text used by accessibility services to describe what this icon represents. This should always be provided unless this icon is used for decorative purposes, and does not represent a meaningful action that a user can take. This text should be localized, such as by using stringResource or similar
the Modifier to be applied to this icon
tint to be applied to painter. If Color.Unspecified is provided, then no tint is applied.
A Icon component that draws painter using tint, with a default value.
Parameters
Painter to draw inside this icon
tint to be applied to painter. If null, then no tint is applied.
text used by accessibility services to describe what this icon represents. This should always be provided unless this icon is used for decorative purposes, and does not represent a meaningful action that a user can take. This text should be localized, such as by using stringResource or similar
the Modifier to be applied to this icon