import React from 'react' import { meta, NO_GENERATED_META } from '@monorail/helpers/storybook' import * as Icons from '@monorail/v2/icons/Icons' export default meta(NO_GENERATED_META, { title: 'monorail/core/Icons', parameters: { docsOnly: true, // Only show Docs for this single-story item }, }) /** * This is the only story. * It is a bit ugly, but serves the purpose well of listing all Icons. */ export const All = () => { return (
{icon}