lucid-ui
Version:
A UI component library from Xandr.
18 lines • 471 B
JavaScript
import React from 'react';
import InfoLightIcon from './InfoLightIcon';
export default {
title: 'Deprecated/InfoLightIcon',
component: InfoLightIcon,
parameters: {
docs: {
description: {
component: InfoLightIcon.peek.description,
},
},
},
};
/* Basic */
export const Basic = (args) => {
return React.createElement(InfoLightIcon, { ...args });
};
//# sourceMappingURL=InfoLightIcon.stories.js.map