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

import { WfoSortDesc } from './WfoSortDesc';

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

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