Add Close icon for AppBars and Dialogs

This commit is contained in:
Dmitry 2020-02-20 18:05:08 +02:00
parent bde86600d0
commit d49a2fdf08

View file

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M10.5858,12L3.2929,4.7071L4.7071,3.2929L12,10.5858L19.2929,3.2929L20.7071,4.7071L13.4142,12L20.7071,19.2929L19.2929,20.7071L12,13.4142L4.7071,20.7071L3.2929,19.2929L10.5858,12Z"
android:fillColor="#ffffff"
android:fillType="evenOdd"/>
</vector>