mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-17 06:01:58 +03:00
31 lines
1.7 KiB
XML
31 lines
1.7 KiB
XML
|
<!--
|
||
|
~ Nextcloud Talk application
|
||
|
~
|
||
|
~ @author Mario Danic
|
||
|
~ Copyright (C) 2017-2018 Mario Danic <mario@lovelyhq.com>
|
||
|
~
|
||
|
~ This program is free software: you can redistribute it and/or modify
|
||
|
~ it under the terms of the GNU General Public License as published by
|
||
|
~ the Free Software Foundation, either version 3 of the License, or
|
||
|
~ at your option) any later version.
|
||
|
~
|
||
|
~ This program is distributed in the hope that it will be useful,
|
||
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
~ GNU General Public License for more details.
|
||
|
~
|
||
|
~ You should have received a copy of the GNU General Public License
|
||
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
-->
|
||
|
|
||
|
<vector android:autoMirrored="true" android:height="24dp"
|
||
|
android:viewportHeight="24" android:viewportWidth="24"
|
||
|
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<path android:fillColor="#D5D5D5" android:fillType="nonZero"
|
||
|
android:pathData="M0,0l24,0l0,24l-24,0z" android:strokeAlpha="0"
|
||
|
android:strokeColor="#000000" android:strokeWidth="1"/>
|
||
|
<path android:fillColor="#FFFFFF" android:fillType="nonZero"
|
||
|
android:pathData="M6.4825,5C6.2123,5 6,5.2123 6,5.4825L6,18.0275C6,18.2977 6.2123,18.51 6.4825,18.51L17.0975,18.51C17.3677,18.51 17.58,18.2977 17.58,18.0275L17.58,7.895L14.685,5L6.4825,5ZM7.93,6.93L13.72,6.93L13.72,7.895L7.93,7.895L7.93,6.93ZM7.93,9.825L12.755,9.825L12.755,10.79L7.93,10.79L7.93,9.825ZM7.93,12.72L15.65,12.72L15.65,13.685L7.93,13.685L7.93,12.72ZM7.93,15.615L11.79,15.615L11.79,16.58L7.93,16.58L7.93,15.615Z"
|
||
|
android:strokeColor="#00000000" android:strokeWidth="1"/>
|
||
|
</vector>
|