Icon

data class Icon(val decorative: OudsSizes.Icon.Decorative, val withHeading: OudsSizes.Icon.WithHeading, val withLabel: OudsSizes.Icon.WithLabel, val withBody: OudsSizes.Icon.WithBody)

Sizes for icons depending on their usage context.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
data class Decorative(val fourExtraSmall: Dp, val threeExtraSmall: Dp, val twoExtraSmall: Dp, val extraSmall: Dp, val small: Dp, val medium: Dp, val large: Dp, val extraLarge: Dp, val twoExtraLarge: Dp)

Sizes for standalone decorative icons.

Link copied to clipboard

Sizes for icons paired with Body typography.

Link copied to clipboard

Sizes for icons paired with Heading typography.

Link copied to clipboard

Sizes for icons paired with Label typography.

Properties

Link copied to clipboard

Sizes for standalone decorative icons.

Link copied to clipboard

Sizes for icons paired with Body typography.

Link copied to clipboard

Sizes for icons paired with Heading typography.

Link copied to clipboard

Sizes for icons paired with Label typography.