import type { Meta, StoryObj } from '@storybook/react'; import React from 'react'; import { Button } from '../../Button'; import { SnapshotContainer } from '../../../test-utils/SnapshotsContainer'; import { EmptyState } from '../EmptyState'; const meta: Meta = { title: 'Feedback/EmptyState', component: EmptyState, }; export default meta; type Story = StoryObj; export const WithIcon: Story = { args: { actions: