wulkanowy-mod/app/src/main/res/drawable/ic_exclamation_24dp.xml

10 lines
345 B
XML
Raw Normal View History

2018-03-04 09:53:53 -06:00
<!-- drawable/exclamation.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path
android:fillColor="@color/colorPrimary"
android:pathData="M11 5h2v11h-2V5m2 13v2h-2v-2h2z" />
</vector>