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