mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 18:45:19 +00:00
6 lines
404 B
XML
6 lines
404 B
XML
<vector android:height="48dp" android:tint="?attr/colorControlNormal"
|
|
android:viewportHeight="24" android:viewportWidth="24"
|
|
android:width="48dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<path android:fillColor="@android:color/white" android:pathData="M10,4H4c-1.1,0 -1.99,0.9 -1.99,2L2,18c0,1.1 0.9,2 2,2h16c1.1,0 2,-0.9 2,-2V8c0,-1.1 -0.9,-2 -2,-2h-8l-2,-2z"/>
|
|
</vector>
|