UNPKG

409 BJavaScriptView Raw
1import { LabIcon } from '@jupyterlab/ui-components';
2import fonts from '!!raw-loader!../style/icons/fonts.svg';
3import license from '!!raw-loader!../style/icons/copyright.svg';
4export const ICONS = {
5 fonts: new LabIcon({
6 name: 'fonts:fonts',
7 svgstr: fonts
8 }),
9 license: new LabIcon({
10 name: 'fonts:license',
11 svgstr: license
12 })
13};
14//# sourceMappingURL=icons.js.map
\No newline at end of file