Files
thijooree/app/src/main/res/drawable/ic_receipt_check.xml
Shihaam Abdul Rahman c4379c42c8
All checks were successful
Auto Tag on Version Change / check-version (push) Successful in 4s
add transfer recipt for bml and mib
2026-05-15 16:38:15 +05:00

22 lines
729 B
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="72dp"
android:height="72dp"
android:viewportWidth="100"
android:viewportHeight="100">
<!-- Circle outline -->
<path
android:pathData="M50,50 m-45,0 a45,45 0 1,0 90,0 a45,45 0 1,0 -90,0"
android:fillColor="#00000000"
android:strokeColor="#FFFFFF"
android:strokeWidth="4" />
<!-- Checkmark -->
<path
android:pathData="M27,50 L41,64 L73,33"
android:fillColor="#00000000"
android:strokeColor="#FFFFFF"
android:strokeWidth="6"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>