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

ic_warning_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: 4b0c577f7ac54da827fe98a043ef777dd657d094 (plain)
1
2
3
4
5
<vector android:autoMirrored="true" android:height="24dp"
    android:tint="?attr/colorOnError" android:viewportHeight="24.0"
    android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="#FF000000" android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/>
</vector>