2021-04-07 14:13:36 +03:00
|
|
|
<!--
|
2024-03-21 19:49:34 +03:00
|
|
|
~ Nextcloud Talk - Android Client
|
|
|
|
~
|
|
|
|
~ SPDX-FileCopyrightText: 2018-2024 Google LLC
|
|
|
|
~ SPDX-License-Identifier: Apache-2.0
|
2021-04-07 14:13:36 +03:00
|
|
|
-->
|
2021-03-22 18:57:30 +03:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
2024-03-21 19:49:34 +03:00
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
|
|
|
android:viewportWidth="24"
|
|
|
|
android:viewportHeight="24">
|
2021-03-22 18:57:30 +03:00
|
|
|
|
|
|
|
<path
|
|
|
|
android:fillColor="#757575"
|
2024-03-21 19:49:34 +03:00
|
|
|
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"
|
|
|
|
android:strokeWidth="1" />
|
2021-03-22 18:57:30 +03:00
|
|
|
</vector>
|