import { FaTimes } from 'react-icons/fa'; import type { ToolbarItemProps } from 'react-science/ui'; import { ToolBarButton } from './ToolBarButton.js'; export function CloseButton( props: Pick, ) { return ( } /> ); }