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