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

import { WfoSearchStrikethrough } from './WfoSearchStrikethrough';

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

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