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

import { WfoPlayFill } from './WfoPlayFill';

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

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