mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-16 17:25:01 +01:00
21 lines
677 B
XML
21 lines
677 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Nextcloud Talk - Android Client
|
|
~
|
|
~ SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:autoMirrored="true"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
tools:ignore="VectorRaster">
|
|
<path
|
|
android:fillColor="#49b382"
|
|
android:pathData="m12,2c-5.52,0 -10,4.48 -10,10s4.48,10 10,10 10,-4.48 10,-10 -4.48,-10 -10,-10z" />
|
|
</vector>
|
|
|