import React from 'react' import type { Meta, StoryObj } from '@storybook/react' import { SmartIcon } from './SmartIcon' const meta: Meta = { title: 'SmartIcon', component: SmartIcon } export default meta type Story = StoryObj export const SmartIconStory: Story = { render: () => }