// Icons — small crisp 16px line icons, drawn original.
const svg = (path, extra) => ({ size = 16, ...p } = {}) => (
);
const IHome = svg(<>>);
const IKey = svg(<>>);
const IShield = svg();
const IWallet = svg(<>>);
const IGraph = svg(<>>);
const IBook = svg(<>>);
const IWebhook = svg(<>>);
const ILogs = svg(<>>);
const IPolicy = svg(<>>);
const IPeople = svg(<>>);
const ICog = svg(<>>);
const ISearch = svg(<>>);
const ICommand = svg(<>>);
const IHelp = svg(<>>);
const IBell = svg(<>>);
const IPlus = svg();
const IChevron = svg();
const IChevronDown = svg();
const ICopy = svg(<>>);
const ICheck = svg();
const IEye = svg(<>>);
const IEyeOff = svg(<>>);
const IExternal = svg(<>>);
const IRefresh = svg(<>>);
const IWarn = svg(<>>);
const IInfo = svg(<>>);
const ITrash = svg(<>>);
const IPasskey = svg(<>>);
const IFingerprint = svg(<>>);
const ILock = svg(<>>);
const IMail = svg(<>>);
const IGlobe = svg(<>>);
const IArrow = svg(<>>);
const IMinus = svg();
const IRotate = svg(<>>);
const IDownload = svg(<>>);
const ISliders = svg(<>>);
const IZap = svg();
const IX = svg();
const IMenu = svg();
const IDots = svg(<>>);
const IOrg = svg(<>>);
Object.assign(window, {
IHome, IKey, IShield, IWallet, IGraph, IBook, IWebhook, ILogs, IPolicy, IPeople,
ICog, ISearch, ICommand, IHelp, IBell, IPlus, IChevron, IChevronDown, ICopy, ICheck,
IEye, IEyeOff, IExternal, IRefresh, IWarn, IInfo, ITrash, IPasskey, IFingerprint,
ILock, IMail, IGlobe, IArrow, IMinus, IRotate, IDownload, ISliders, IZap, IX, IMenu, IDots, IOrg,
});