@jupyterlab/ui-components
Version:
JupyterLab - UI components written in React
121 lines (120 loc) • 5.18 kB
TypeScript
import { LabIcon } from './labicon';
export declare const addAboveIcon: LabIcon;
export declare const addBelowIcon: LabIcon;
export declare const addIcon: LabIcon;
export declare const bellIcon: LabIcon;
export declare const bugDotIcon: LabIcon;
export declare const bugIcon: LabIcon;
export declare const buildIcon: LabIcon;
export declare const caretDownEmptyIcon: LabIcon;
export declare const caretDownEmptyThinIcon: LabIcon;
export declare const caretDownIcon: LabIcon;
export declare const caretLeftIcon: LabIcon;
export declare const caretRightIcon: LabIcon;
export declare const caretUpEmptyThinIcon: LabIcon;
export declare const caretUpIcon: LabIcon;
export declare const caseSensitiveIcon: LabIcon;
export declare const checkIcon: LabIcon;
export declare const circleEmptyIcon: LabIcon;
export declare const circleIcon: LabIcon;
export declare const cleaningIcon: LabIcon;
export declare const clearIcon: LabIcon;
export declare const closeAllIcon: LabIcon;
export declare const closeIcon: LabIcon;
export declare const codeCheckIcon: LabIcon;
export declare const codeIcon: LabIcon;
export declare const collapseAllIcon: LabIcon;
export declare const collapseIcon: LabIcon;
export declare const consoleIcon: LabIcon;
export declare const copyIcon: LabIcon;
export declare const copyrightIcon: LabIcon;
export declare const cutIcon: LabIcon;
export declare const deleteIcon: LabIcon;
export declare const dockBottomIcon: LabIcon;
export declare const dockLeftIcon: LabIcon;
export declare const dockRightIcon: LabIcon;
export declare const dockTopIcon: LabIcon;
export declare const dotsIcon: LabIcon;
export declare const downloadIcon: LabIcon;
export declare const duplicateIcon: LabIcon;
export declare const editIcon: LabIcon;
export declare const ellipsesIcon: LabIcon;
export declare const errorIcon: LabIcon;
export declare const exceptionsIcon: LabIcon;
export declare const expandAllIcon: LabIcon;
export declare const expandIcon: LabIcon;
export declare const extensionIcon: LabIcon;
export declare const fastForwardIcon: LabIcon;
export declare const fileIcon: LabIcon;
export declare const fileUploadIcon: LabIcon;
export declare const filterDotIcon: LabIcon;
export declare const filterIcon: LabIcon;
export declare const filterListIcon: LabIcon;
export declare const folderFavoriteIcon: LabIcon;
export declare const folderIcon: LabIcon;
export declare const historyIcon: LabIcon;
export declare const homeIcon: LabIcon;
export declare const html5Icon: LabIcon;
export declare const imageIcon: LabIcon;
export declare const infoIcon: LabIcon;
export declare const inspectorIcon: LabIcon;
export declare const jsonIcon: LabIcon;
export declare const juliaIcon: LabIcon;
export declare const jupyterFaviconIcon: LabIcon;
export declare const jupyterIcon: LabIcon;
export declare const jupyterlabWordmarkIcon: LabIcon;
export declare const kernelIcon: LabIcon;
export declare const keyboardIcon: LabIcon;
export declare const launchIcon: LabIcon;
export declare const launcherIcon: LabIcon;
export declare const lineFormIcon: LabIcon;
export declare const linkIcon: LabIcon;
export declare const listIcon: LabIcon;
export declare const lockIcon: LabIcon;
export declare const markdownIcon: LabIcon;
export declare const mermaidIcon: LabIcon;
export declare const moveDownIcon: LabIcon;
export declare const moveUpIcon: LabIcon;
export declare const newFolderIcon: LabIcon;
export declare const notTrustedIcon: LabIcon;
export declare const notebookIcon: LabIcon;
export declare const numberingIcon: LabIcon;
export declare const offlineBoltIcon: LabIcon;
export declare const openKernelSourceIcon: LabIcon;
export declare const paletteIcon: LabIcon;
export declare const pasteIcon: LabIcon;
export declare const pauseIcon: LabIcon;
export declare const pdfIcon: LabIcon;
export declare const pythonIcon: LabIcon;
export declare const rKernelIcon: LabIcon;
export declare const reactIcon: LabIcon;
export declare const redoIcon: LabIcon;
export declare const refreshIcon: LabIcon;
export declare const regexIcon: LabIcon;
export declare const runIcon: LabIcon;
export declare const runningIcon: LabIcon;
export declare const saveIcon: LabIcon;
export declare const searchIcon: LabIcon;
export declare const settingsIcon: LabIcon;
export declare const shareIcon: LabIcon;
export declare const spreadsheetIcon: LabIcon;
export declare const stepIntoIcon: LabIcon;
export declare const stepOutIcon: LabIcon;
export declare const stepOverIcon: LabIcon;
export declare const stopIcon: LabIcon;
export declare const tabIcon: LabIcon;
export declare const tableRowsIcon: LabIcon;
export declare const tagIcon: LabIcon;
export declare const terminalIcon: LabIcon;
export declare const textEditorIcon: LabIcon;
export declare const tocIcon: LabIcon;
export declare const treeViewIcon: LabIcon;
export declare const trustedIcon: LabIcon;
export declare const undoIcon: LabIcon;
export declare const userIcon: LabIcon;
export declare const usersIcon: LabIcon;
export declare const variableIcon: LabIcon;
export declare const vegaIcon: LabIcon;
export declare const viewBreakpointIcon: LabIcon;
export declare const wordIcon: LabIcon;
export declare const yamlIcon: LabIcon;