SinglePriceWithUpperAndBottomInfo
data class SinglePriceWithUpperAndBottomInfo(val icon: ImageVector? = null, val iconSize: IconSize, val iconTint: Color? = null, val upperInfoText: String, val upperInfoTextStyle: TextStyle, val salePriceText: String, val salePriceTextStyle: TextStyle, val bottomInfoText: String, val bottomInfoTextStyle: TextStyle) : PriceStyle