UNPKG

box-ui-elements

Version:
11 lines 353 B
import * as React from 'react'; import BoxLogo from './BoxLogo'; export const boxLogo = () => /*#__PURE__*/React.createElement(BoxLogo, null); export default { title: 'Icon/Logo/BoxLogo', component: BoxLogo, parameters: { notes: "`import BoxLogo from 'box-ui-elements/es/icon/logo/BoxLogo';`" } }; //# sourceMappingURL=BoxLogo.stories.js.map