import { ReactNode } from 'react'; import { Icon } from '@@/Icon'; export function WidgetIcon({ icon }: { icon: ReactNode }) { return (