I'm trying to migrate my v3 of the Android Iconics to v5, but I can't seem to understand how I am supposed to change the below code to v5.
IconicsDrawable(mContext)
.icon(icon)
.colorRes(R.color.blue_light)
.backgroundColorRes(R.color.primary)
.roundedCornersRes(R.dimen.card__rounded_corner)
.paddingRes(R.dimen.card_icon_padding)
.sizeRes(R.dimen.card_size)
.toBitmap();