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