mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 18:45:19 +00:00
14 lines
373 B
XML
14 lines
373 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0">
|
|
|
|
<path
|
|
android:pathData="M24,0 L0,24 L24,24 Z"
|
|
android:strokeColor="#00000000"
|
|
android:fillColor="#ffffff"/>
|
|
|
|
</vector>
|