// MaximiseTeck Shopify — Icons (line-style, simple) const Icons = { Arrow: ({ size = 18 }) => ( ), ArrowUR: ({ size = 18 }) => ( ), Check: ({ size = 18 }) => ( ), Store: () => ( ), Figma: () => ( ), Migrate: () => ( ), Plus: () => ( ), Boxes: () => ( ), Brush: () => ( ), Gauge: () => ( ), Code: () => ( ), Cart: () => ( ), Zap: () => ( ), Whatsapp: ({ size = 18 }) => ( ), Caret: () => ( ), }; window.Icons = Icons;