import type { SVGProps } from "react"; const SvgMuteIcon = (props: SVGProps) => ( ); export default SvgMuteIcon;