// Generated SVG illustrations per industry — abstract, on-brand, no external deps
const IndustryArt = {
Manufacturing: ({ color }) => (
),
Healthcare: ({ color }) => (
),
Retail: ({ color }) => (
),
Logistics: ({ color }) => (
),
Hospitality: ({ color }) => (
),
eCommerce: ({ color }) => (
),
RealEstate: ({ color }) => (
),
Education: ({ color }) => (
),
Automotive: ({ color }) => (
),
};
window.IndustryArt = IndustryArt;