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

import { WfoSortAsc } from './WfoSortAsc';

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

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