9 lines
306 B
XML
9 lines
306 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24">
|
||
|
<path
|
||
|
android:fillColor="#fff"
|
||
|
android:pathData="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" />
|
||
|
</vector>
|