Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ic_colorize_24dp.xml « drawable « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13b7408a1d6db50eb302add1c0be7bdc02a68e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:tint="?attr/colorOnSurfaceVariant"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0"
    android:width="24dp"
    android:height="24dp">
    <path
        android:pathData="M20.71 5.63l-2.34 -2.34c-0.39 -0.39 -1.02 -0.39 -1.41 0l-3.12 3.12 -1.93 -1.91 -1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92 -8.92 1.42 1.42 1.41 -1.41 -1.92 -1.92 3.12 -3.12c0.4 -0.4 0.4 -1.03 0.01 -1.42zM6.92 19L5 17.08l8.06 -8.06 1.92 1.92L6.92 19z"
        android:fillColor="#FF000000" />
</vector>