@datalayer/icons-react
Version:
React.js and JupyterLab icons for data products.
7 lines • 331 B
JavaScript
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
import SquareWhiteLargeIconSvgStr from './SquareWhiteLargeIcon.svg';
const squareWhiteLargeIconJupyterLab = new LabIcon({
name: '@datalayer/icons:square-white-large',
svgstr: SquareWhiteLargeIconSvgStr,
});
export default squareWhiteLargeIconJupyterLab;