// 关闭icon import React from 'react'; import { Svg, Path } from 'react-native-svg'; const CloseIcon = ({ size = 16, color = "#231815", strokeColor = "transparent", strokeWidth = 0 }) => ( ); export default CloseIcon;