Icon
Icon component that draws imageVector using tint, defaulting to Color.Unspecified.
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.
optional Modifier for this Icon
tint to be applied to imageVector. If Color.Unspecified is provided, then no tint is applied
Icon component that draws bitmap using tint, defaulting to Color.Unspecified.
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.
optional Modifier for this Icon
tint to be applied to bitmap. If Color.Unspecified is provided, then no tint is applied
Icon component that draws a painter using tint, defaulting to Color.Unspecified
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.
optional Modifier for this Icon
tint to be applied to painter. If Color.Unspecified is provided, then no tint is applied
Icon component that draws a painter using a colorFilter
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.
optional Modifier for this Icon
color filter to be applied to painter