import { Path, Svg } from "react-native-svg"; const Check = ({ size = 24, color = '#000' }) => { return (<> ); } export default Check;