// Icons + small UI bits
const Icon = {
Check: (p) => ,
CheckFill: (p) => ,
Arrow: (p) => ,
Plus: (p) => ,
WhatsApp: (p) => ,
Shield: (p) => ,
Clock: (p) => ,
Truck: (p) => ,
Tag: (p) => ,
Card: (p) => ,
Headset: (p) => ,
Coin: (p) => ,
Phone: (p) => ,
Pin: (p) => ,
};
// Decorative laser head SVG (original illustration, simple geometric)
const LaserHeadIllustration = () => (
);
Object.assign(window, { Icon, LaserHeadIllustration });