UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

8 lines 256 B
import React from 'react'; import createClass from 'create-react-class'; import { LightbulbIcon } from '../../../../index'; export default createClass({ render: function render() { return /*#__PURE__*/React.createElement(LightbulbIcon, null); } });