/* ─── Material Design Icons (SVG) ─── */
function MIcon({ name, size = 20, color = "currentColor", style = {}, ...rest }) {
const paths = {
// Outlined Material Design 24px paths
schedule: ,
place: ,
terrain: ,
water_drop: ,
local_hospital: ,
flag: ,
arrow_forward: ,
arrow_back: ,
arrow_upward: ,
check: ,
close: ,
add: ,
menu: ,
lock: ,
info: ,
warning: ,
description: ,
family_restroom: ,
handshake: ,
favorite: ,
payments: ,
account_balance: ,
share: ,
photo_camera: ,
bolt: ,
nature_people: ,
};
return (
);
}
window.MIcon = MIcon;