arrow_right.xml 1.1 KB

123456789101112131415161718192021222324252627
  1. <!--
  2. Nextcloud Android client application
  3. Copyright (C) 2016 Andy Scherzinger
  4. Copyright (C) 2016 Nextcloud.
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
  7. License as published by the Free Software Foundation; either
  8. version 3 of the License, or any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU AFFERO GENERAL PUBLIC LICENSE for more details.
  13. You should have received a copy of the GNU Affero General Public
  14. License along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. -->
  16. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  17. android:height="24dp"
  18. android:width="24dp"
  19. android:viewportWidth="24"
  20. android:viewportHeight="24">
  21. <path android:fillColor="#ffffff"
  22. android:pathData="M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z" />
  23. </vector>