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

import { WfoArrowsExpand } from './WfoArrowsExpand';

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

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