import React from 'react'; import Svg, { Path } from 'react-native-svg'; const AddressIcon = ({size = 18}) => ( ); export default AddressIcon;