@datalayer/icons-react
Version:
React.js and JupyterLab icons for data products.
7 lines • 311 B
JavaScript
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
import PotentiometerIconSvgStr from './PotentiometerIcon.svg';
const potentiometerIconJupyterLab = new LabIcon({
name: '@datalayer/icons:potentiometer',
svgstr: PotentiometerIconSvgStr,
});
export default potentiometerIconJupyterLab;