import React from 'react'; import { Svg, Path } from 'react-native-svg'; const HeartIcon = ({ color = "#FF5100", size = 18, filled = true, strokeColor = "#373737", strokeWidth = 0 }) => ( ); export default HeartIcon;