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

import { WfoRefresh } from './WfoRefresh';

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

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