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