'use client' import type * as React from 'react' import { MinusIcon } from 'lucide-react' export function RemoveTablePartIcon({ Icon }: { Icon: React.ComponentType<{ className?: string }> }) { return ( ) }