blob: 836bd3bf3ae15d8bbe2eade15226569675b4d3b8 (
plain)
1
2
3
4
5
6
7
8
|
<!-- drawable/check_bold.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path android:fillColor="#000" android:pathData="M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z" />
</vector>
|