createPrimaryButtonQuantityIconDrawableResolver

fun createPrimaryButtonQuantityIconDrawableResolver(    quantity: Int,     @AttrRes iconSize: Int = CoreThemeR.attr.tt_icon_size_6,     @AttrRes backgroundColor: Int = CoreThemeR.attr.tt_primary_content_color_highlight,     @AttrRes textAppearance: Int = CoreThemeR.attr.tt_label_text_style_m,     @AttrRes textColor: Int = CoreThemeR.attr.tt_primary_content_color_emphasis_high): QuantityIconDrawableResolver

Helper function to create a primary quantity icon drawable resolver that implements visual design specification.