import { Icon, Icons } from "components/Icon"; export interface IconPatchProps { active?: boolean; onClick?: () => void; clickable?: boolean; className?: string; icon: Icons; } export function IconPatch(props: IconPatchProps) { return (