<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@drawable/sym_def_app_icon_background" />
    <foreground>
        <bitmap android:src="@mipmap/sym_def_app_icon_foreground"/>
    </foreground>
</adaptive-icon>
