import { Button } from '@wordpress/components'; import { IconStorybook } from './icon-storybook'; const ICONS = { storybook: , }; export const IconLink = ( { href, type }: { href: string; type: keyof typeof ICONS } ) => { return ( ); };