OudsLinkIcon

An icon in an OudsLink. This icon is non-clickable and no content description is needed because a link label is always present.

Constructors

Link copied to clipboard
constructor(painter: Painter, tinted: Boolean = true)

Creates an instance of OudsLinkIcon.

constructor(imageVector: ImageVector, tinted: Boolean = true)

Creates an instance of OudsLinkIcon.

constructor(bitmap: ImageBitmap, tinted: Boolean = true)

Creates an instance of OudsLinkIcon.

Types