import React from 'react'; import UrlIcon from './url-icon'; export default { title: 'Components/UI/UrlIcon', id: __filename, argType: { name: { control: 'text' }, url: { control: 'text' }, className: { control: 'text' }, fallbackClassName: { control: 'text' }, }, args: { name: 'AST', url: 'AST.png', className: '', fallbackClassName: '', }, }; export const DefaultStory = (args) => { return ( ); }; export const AST = () => { return ; }; export const BAT = () => { return ; };