import { CSSProperties } from "react"; export function CrossIcon(props: { className?: string; style?: CSSProperties }) { return ( ); }