123456789101112131415 |
- <!--
- ~ Nextcloud Talk - Android Client
- ~
- ~ SPDX-FileCopyrightText: 2023-2024 Google LLC
- ~ SPDX-License-Identifier: Apache-2.0
- -->
- <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="@color/grey_600"
- android:pathData="M7.41,18.59L8.83,20 12,16.83 15.17,20l1.41,-1.41L12,14l-4.59,4.59zM16.59,5.41L15.17,4 12,7.17 8.83,4 7.41,5.41 12,10l4.59,-4.59z" />
- </vector>
|