// fichaje.eu — Icons (lucide-style, 1.6 stroke, professional) const Icon = ({ children, size = 18, strokeWidth = 1.7, style }) => ( {children} ); const IHome = (p) => ; const IInbox = (p) => ; const ICalendar = (p) => ; const ICompass = (p) => ; const IShield = (p) => ; const ITimer = (p) => ; const IFile = (p) => ; const ICheckSquare = (p) => ; const IUsers = (p) => ; const ILayers = (p) => ; const ILogIn = (p) => ; const ISettings = (p) => ; const IPlay = (p) => ; const IPause = (p) => ; const IStop = (p) => ; const ICoffee = (p) => ; const IUtensils = (p) => ; const IChevronRight = (p) => ; const IChevronLeft = (p) => ; const IChevronDown = (p) => ; const IPlus = (p) => ; const ISearch = (p) => ; const IBell = (p) => ; const ICheck = (p) => ; const IX = (p) => ; const IMoreH = (p) => ; const IFilter = (p) => ; const IDownload = (p) => ; const IUpload = (p) => ; const IEdit = (p) => ; const ITrash = (p) => ; const IGift = (p) => ; const IMapPin = (p) => ; const IBuilding = (p) => ; const IClock = (p) => ; const ITrending = (p) => ; const IPie = (p) => ; const IBar = (p) => ; const IPen = (p) => ; const IShieldCheck = IShield; const ILock = (p) => ; const IPhone = (p) => ; const IMail = (p) => ; const IFlag = (p) => ; const IBriefcase = (p) => ; const IAward = (p) => ; const IPaperclip = (p) => ; const ISend = (p) => ; const IGlobe = (p) => ; const IMoon = (p) => ; const ISun = (p) => ; const ISparkle = (p) => ; const IArrowRight = (p) => ; const IArrowUpRight = (p) => ; const IExternal = IArrowUpRight; const IList = (p) => ; const IGrid = (p) => ; const IFolder = (p) => ; const IZap = (p) => ; Object.assign(window, { Icon, IHome, IInbox, ICalendar, ICompass, IShield, ITimer, IFile, ICheckSquare, IUsers, ILayers, ILogIn, ISettings, IPlay, IPause, IStop, ICoffee, IUtensils, IChevronRight, IChevronLeft, IChevronDown, IPlus, ISearch, IBell, ICheck, IX, IMoreH, IFilter, IDownload, IUpload, IEdit, ITrash, IGift, IMapPin, IBuilding, IClock, ITrending, IPie, IBar, IPen, IShieldCheck, ILock, IPhone, IMail, IFlag, IBriefcase, IAward, IPaperclip, ISend, IGlobe, IMoon, ISun, ISparkle, IArrowRight, IArrowUpRight, IExternal, IList, IGrid, IFolder, IZap, });