import type { SVGProps } from "react"; export function GenericIcon(props: SVGProps) { return ( ); }