Add Check icon

This commit is contained in:
Priyanka Solis 2025-12-04 17:22:00 +00:00
parent 7a85eaf2f3
commit de9b603c02

3
icons/Check.js Normal file
View File

@ -0,0 +1,3 @@
export default function Check(props) {
return <svg {...props} viewBox="0 0 24 24"><path d="M5 13l4 4L19 7" /></svg>;
}