UNPKG

lucid-ui

Version:

A UI component library from Xandr.

11 lines 440 B
import React from 'react'; import { VideoLongIcon } from './VideoLongIcon'; export default { title: 'Icons/Icons/VideoLongIcon', component: VideoLongIcon, }; //👇 We create a “template” of how args map to rendering const Template = (args) => React.createElement(VideoLongIcon, { ...args }); //👇 Each story then reuses that template export const Primary = Template.bind({}); //# sourceMappingURL=VideoLongIcon.stories.js.map