import { CSSProperties } from "react"; export function VolumeOffIcon(props: { className?: string; style?: CSSProperties }) { return ( ); }