ref: adc18d186fd4694e67cf4bea5e0f227371ecf19b
app/src/main/res/drawable/error_accept.xml
1 2 3 4 5 6 7 8 9 10 11 |
<!-- SPDX-FileCopyrightText: Google SPDX-License-Identifier: Apache-2.0 --> <vector android:autoMirrored="true" android:height="24dp" android:tint="?attr/colorOnSurface" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> <path android:fillColor="@android:color/white" android:pathData="M9.01,14H2v2h7.01v3L13,15l-3.99,-4V14zM14.99,13v-3H22V8h-7.01V5L11,9L14.99,13z"/> </vector> |