import React from "react";

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

export default HeadphonesOffSolidIcon;
