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
constructor(decorative: OudsSizes.Icon.Decorative, withHeading: OudsSizes.Icon.WithHeading, withLabel: OudsSizes.Icon.WithLabel, withBody: OudsSizes.Icon.WithBody)
Types
Link copied to clipboard
data class WithBody(val small: OudsSizes.Icon.WithBody.Small, val medium: OudsSizes.Icon.WithBody.Medium, val large: OudsSizes.Icon.WithBody.Large)
Sizes for icons paired with Body typography.
Link copied to clipboard
data class WithHeading(val small: OudsSizes.Icon.WithHeading.Small, val medium: OudsSizes.Icon.WithHeading.Medium, val large: OudsSizes.Icon.WithHeading.Large, val extraLarge: OudsSizes.Icon.WithHeading.ExtraLarge)
Sizes for icons paired with Heading typography.
Link copied to clipboard
data class WithLabel(val small: OudsSizes.Icon.WithLabel.Small, val medium: OudsSizes.Icon.WithLabel.Medium, val large: OudsSizes.Icon.WithLabel.Large, val extraLarge: OudsSizes.Icon.WithLabel.ExtraLarge)
Sizes for icons paired with Label typography.