import React from 'react'; import { Svg, Path } from 'react-native-svg'; const WhiteCircleIcon = ({ size = 23, color = "white" }) => ( ); export default WhiteCircleIcon;