import React from 'react'; import { Svg, Path } from 'react-native-svg'; const SendIcon = ({ color = "#373737", size = 24 }) => ( ); export default SendIcon;