/* Immobase App — bibliothèque d'icônes (stroke, 1.7) */ function Icon({ d, size = 20, fill, stroke = 'currentColor', sw = 1.7, children, vb = 24, style }) { return ( {d ? : children} ); } const IconHome = (p) => ; const IconGrid = (p) => {<>}; const IconLink = (p) => {<>}; const IconDoc = (p) => {<>}; const IconMail = (p) => {<>}; const IconCalc = (p) => {<>}; const IconCompare = (p) => {<>}; const IconPlus = (p) => ; const IconCheck = (p) => ; const IconX = (p) => ; const IconSearch = (p) => {<>}; const IconMenu = (p) => ; const IconHeart = (p) => ; const IconCopy = (p) => {<>}; const IconPin = (p) => {<>}; const IconPhone = (p) => ; const IconCal = (p) => {<>}; const IconUser = (p) => {<>}; const IconNote = (p) => {<>}; const IconTrash = (p) => {<>}; const IconEdit = (p) => ; const IconArrow = (p) => ; const IconGlobe = (p) => {<>}; const IconSpark = (p) => ; const IconExternal = (p) => {<>}; const IconChevron = (p) => ; const IconCog = (p) => {<>}; const IconLock = (p) => {<>}; Object.assign(window, { Icon, IconHome, IconGrid, IconLink, IconDoc, IconMail, IconCalc, IconCompare, IconPlus, IconCheck, IconX, IconSearch, IconMenu, IconHeart, IconCopy, IconPin, IconPhone, IconCal, IconUser, IconNote, IconTrash, IconEdit, IconArrow, IconGlobe, IconSpark, IconExternal, IconChevron, IconCog, IconLock, });