import { SVGProps } from "react"; export function ShareIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }