import React from 'react'; import { Svg, Path } from 'react-native-svg'; const HeartOutlineIcon = ({ color = "#373737", size = 18, strokeWidth = 1.5, filled = false }) => ( ); export default HeartOutlineIcon;