/* global React */
function Icon({ name, size = 22, stroke = 1.7 }) {
const p = {
key: <>>,
wifi: <>>,
coffee: <>>,
bed: <>>,
bath: <>>,
parking: <>>,
thermo: <>>,
tv: <>>,
wash: <>>,
leaf: <>>,
no: <>>,
map: <>>,
bike: <>>,
bus: <>>,
walk: <>>,
arrow: <>>,
check: <>>,
x: <>>,
moon: <>>,
camera: <>>,
sound: <>>,
sun: <>>,
shield: <>>,
book: <>>,
iron: <>>,
dryer: <>>,
hairdryer: <>>,
plug: <>>,
hanger: <>>,
euro: <>>,
bag: <>>,
pin: <>>,
bike: <>>,
mail: <>>,
phone: <>>,
whatsapp: <>>,
instagram: <>>,
pinterest: <>>,
};
return (
);
}
window.Icon = Icon;