<?xml version="1.0" encoding="utf-8"?>
<shape
  xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="?sudPromoCardIconBackgroundColor" />
    <corners android:topLeftRadius="@dimen/sud_glif_expressive_promo_card_icon_corner_radius" android:topRightRadius="@dimen/sud_glif_expressive_promo_card_icon_corner_radius" android:bottomLeftRadius="@dimen/sud_glif_expressive_promo_card_icon_corner_radius" android:bottomRightRadius="@dimen/sud_glif_expressive_promo_card_icon_corner_radius" />
</shape>
