import type { Meta } from '@storybook/react';

import { WfoEyeFill } from './WfoEyeFill';

const Story: Meta<typeof WfoEyeFill> = {
    component: WfoEyeFill,
    title: 'Icons/WfoEyeFill',
};
export default Story;

export const Primary = {
    args: {},
};
