Add Check icon
This commit is contained in:
parent
7a85eaf2f3
commit
de9b603c02
3
icons/Check.js
Normal file
3
icons/Check.js
Normal 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>;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user