import React from "react";

/**
 * volume-off-solid.svg
 */
declare const VolumeOffSolidIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default VolumeOffSolidIcon;
