2020-12-14 16:42:35 +03:00
|
|
|
<!--
|
2024-03-17 20:32:49 +03:00
|
|
|
~ Nextcloud Notes - Android Client
|
|
|
|
~
|
|
|
|
~ SPDX-FileCopyrightText: 2021-2024 Google LLC
|
|
|
|
~ SPDX-License-Identifier: Apache-2.0
|
|
|
|
-->
|
2020-12-14 16:42:35 +03:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
2024-03-17 20:32:49 +03:00
|
|
|
android:tint="?attr/colorControlNormal"
|
2020-12-14 16:42:35 +03:00
|
|
|
android:viewportWidth="24"
|
2024-03-17 20:32:49 +03:00
|
|
|
android:viewportHeight="24">
|
|
|
|
<path
|
|
|
|
android:fillColor="@android:color/white"
|
|
|
|
android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z" />
|
2020-12-14 16:42:35 +03:00
|
|
|
</vector>
|