@datalayer/icons-react
Version:
React.js and JupyterLab icons for data products.
7 lines • 325 B
JavaScript
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
import CircleHollowRedIconSvgStr from './CircleHollowRedIcon.svg';
const circleHollowRedIconJupyterLab = new LabIcon({
name: '@datalayer/icons:circle-hollow-red',
svgstr: CircleHollowRedIconSvgStr,
});
export default circleHollowRedIconJupyterLab;