import * as React from 'react'; import Svg, { SvgProps, Path } from 'react-native-svg'; import { Colors } from '../../colors'; export const CloseIcon = ({ color = Colors.Black, ...rest }: SvgProps) => ( );