import { useId } from "react"; /** * @internal */ export const ThirdwebTextIcon = (props: { height: number }) => { const clipPathId = useId(); return ( ); };