summaryrefslogtreecommitdiff
path: root/main/src/main/res/drawable/ic_baseline_warning_24.xml
blob: 6a3283fef5127cf1f8954cf3ea4b8f88deb46191 (plain)
1
2
3
4
5
6
7
8
9
10
<!--
  ~ Copyright (c) 2012-2022 Arne Schwabe
  ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
  -->

<vector android:height="24dp" android:tint="?attr/colorControlNormal"
    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="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/>
</vector>