/* BNE brand icon set — linear, 1.75 stroke, 24×24, lightly rounded.
Concepts from the design system: Team, Nearshore, Product, Expansion,
Delivery, Technology, Go-to-market, Healthtech, Trust, Scale, Handshake. */
function BrandIcon({ name, size = 28, stroke = 1.75, className = '', style = {} }) {
const P = {
team: <>>,
nearshore: <>>,
product: <>>,
expansion: <>>,
delivery: <>>,
tech: <>>,
gtm: <>>,
healthtech: <>>,
trust: <>>,
scale: <>>,
handshake: <>>,
layers: <>>,
};
return (
);
}
Object.assign(window, { BrandIcon });