@datalayer/icons-react
Version:
React.js and JupyterLab icons for data products.
7 lines • 373 B
JavaScript
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon';
import ApacheFeatherHorizontalIconSvgStr from './ApacheFeatherHorizontalIcon.svg';
const apacheFeatherHorizontalIconJupyterLab = new LabIcon({
name: '@datalayer/icons:apache-feather-horizontal',
svgstr: ApacheFeatherHorizontalIconSvgStr,
});
export default apacheFeatherHorizontalIconJupyterLab;