import React from "react"; /** * volume-on.svg */ declare const VolumeOnIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default VolumeOnIcon;