mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-18 06:32:08 +03:00
13 lines
418 B
XML
13 lines
418 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"
|
||
|
android:viewportHeight="24">
|
||
|
|
||
|
<path
|
||
|
android:fillColor="#757575"
|
||
|
android:strokeWidth="1"
|
||
|
android:pathData="M 9,16 V 10 H 5 l 7,-7 7,7 h -4 v 6 H 9 m -4,4 v -2 h 14 v 2 z"/>
|
||
|
</vector>
|