// Generated by script, don't edit it please.
import * as React from 'react';

function VolumeOff(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M13.714 6.286v19.429c0 .625-.518 1.143-1.143 1.143-.304 0-.589-.125-.804-.339l-5.946-5.946H1.142A1.151 1.151 0 01-.001 19.43v-6.857c0-.625.518-1.143 1.143-1.143h4.679l5.946-5.946c.214-.214.5-.339.804-.339.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(VolumeOff);
export default ForwardRef;
