export function TShirtSVG({ size = 300 }) { const padding = size * 0.1; const innerSize = size - padding * 2; return ( {/* T-shirt outline */} {/* Chest area indicator (design zone) */} {/* Label */} Print Zone ); }