2023-06-29 21:39:39 +03:00
|
|
|
<!--
|
2024-03-17 20:32:49 +03:00
|
|
|
~ Nextcloud Notes - Android Client
|
|
|
|
~
|
|
|
|
~ SPDX-FileCopyrightText: 2023-2024 Google LLC
|
|
|
|
~ SPDX-License-Identifier: Apache-2.0
|
2023-06-29 21:39:39 +03:00
|
|
|
-->
|
2024-03-17 20:32:49 +03:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
2023-06-29 21:39:39 +03:00
|
|
|
android:tint="#000000"
|
|
|
|
android:viewportWidth="24"
|
2024-03-17 20:32:49 +03:00
|
|
|
android:viewportHeight="24">
|
2023-06-29 21:39:39 +03:00
|
|
|
<path
|
|
|
|
android:fillColor="@android:color/white"
|
|
|
|
android:pathData="M6,6h12v12H6z" />
|
|
|
|
</vector>
|