Vector

data class Vector(val image: ImageVector, val tint: Color? = null) : ToolbarIcon

An icon backed by an ImageVector.

Constructors

Link copied to clipboard
constructor(image: ImageVector, tint: Color? = null)

Properties

Link copied to clipboard

The vector image to render.

Link copied to clipboard
val tint: Color?

Optional tint applied to the vector, or null to leave it untinted.