WithHeading

Sizes for icons paired with Heading typography.

The properties correspond to the size of the associated Heading text.

Types

Link copied to clipboard
data class ExtraLarge(val sizeSmall: Dp, val sizeMedium: Dp, val sizeLarge: Dp)

Icon sizes for Heading ExtraLarge.

Link copied to clipboard
data class Large(val sizeSmall: Dp, val sizeMedium: Dp, val sizeLarge: Dp)

Icon sizes for Heading Large.

Link copied to clipboard
data class Medium(val sizeSmall: Dp, val sizeMedium: Dp, val sizeLarge: Dp)

Icon sizes for Heading Medium.

Link copied to clipboard
data class Small(val sizeSmall: Dp, val sizeMedium: Dp, val sizeLarge: Dp)

Icon sizes for Heading Small.

Properties

Link copied to clipboard

Icons associated with Heading ExtraLarge.

Link copied to clipboard

Icons associated with Heading Large.

Link copied to clipboard

Icons associated with Heading Medium.

Link copied to clipboard

Icons associated with Heading Small.