import * as React from "react"; import { SVGProps } from "react"; const SvgHeadphonesOff = (props: SVGProps) => ( ); export default SvgHeadphonesOff;