import React from 'react'; import { Svg, Path, G, ClipPath, Rect, Defs } from 'react-native-svg'; const ShoppingBagIcon = ({ size = 18, color = "#FF5100", strokeColor = "transparent", strokeWidth = 0 }) => ( ); export default ShoppingBagIcon;