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