import * as React from 'react' import Svg, { Path } from 'react-native-svg' function CartIcon(props) { return ( ) } export default CartIcon