/* MBEX — icon set (stroke-based, inherits currentColor) */
const ICON_ASSET_VERSION = "20260708-home-icons2";
const I = ({ d, size = 22, sw = 1.8, fill = "none", vb = 24, children, ...p }) => (
);
const ImageIcon = ({ src, size = 22, style, sw, fill, vb, ...p }) => (
);
const Icons = {
home: (p) => ,
history: (p) => ,
user: (p) => ,
arrowUp: (p) => ,
arrowDown:(p) => ,
swap: (p) => ,
close: (p) => ,
dots: (p) => ,
back: (p) => ,
chevR: (p) => ,
copy: (p) => ,
check: (p) => ,
shield: (p) => ,
support: (p) => ,
doc: (p) => ,
pin: (p) => ,
gift: (p) => ,
kyc: (p) => ,
bell: (p) => ,
globe: (p) => ,
moon: (p) => ,
sun: (p) => ,
eye: (p) => ,
eyeOff: (p) => ,
share: (p) => ,
wallet: (p) => ,
clock: (p) => ,
bolt: (p) => ,
trend: (p) => ,
plus: (p) => ,
card: (p) => ,
qr: (p) => ,
info: (p) => ,
star: (p) => ,
};
window.Icons = Icons;