import Button from './Button' export const generated = () => { return ( <> button with icon ) } export default { title: 'Components/Button' }