UNPKG

lucid-ui

Version:

A UI component library from Xandr.

19 lines 533 B
import React from 'react'; import WarningLightIcon from './WarningLightIcon'; export default { title: 'Deprecated/WarningLightIcon', component: WarningLightIcon, parameters: { docs: { description: { component: WarningLightIcon.peek.description, }, }, }, args: WarningLightIcon.defaultProps, }; /* Basic */ export const Basic = (args) => { return React.createElement(WarningLightIcon, { ...args }); }; //# sourceMappingURL=WarningLightIcon.stories.js.map