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

function VolumeUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 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.143zM20.571 16c0 1.786-1.089 3.518-2.768 4.196a1.005 1.005 0 01-.446.089 1.14 1.14 0 01-1.143-1.143c0-1.357 2.071-.982 2.071-3.143s-2.071-1.786-2.071-3.143a1.14 1.14 0 011.143-1.143 1 1 0 01.446.089c1.679.661 2.768 2.411 2.768 4.196zm4.572 0c0 3.625-2.179 7-5.536 8.411a1.316 1.316 0 01-.446.089A1.155 1.155 0 0118 23.357c0-.5.286-.839.696-1.054.482-.25.929-.464 1.357-.786 1.768-1.286 2.804-3.339 2.804-5.518s-1.036-4.232-2.804-5.518c-.429-.321-.875-.536-1.357-.786-.411-.214-.696-.554-.696-1.054 0-.625.518-1.143 1.143-1.143.161 0 .321.036.464.089 3.357 1.411 5.536 4.786 5.536 8.411zm4.571 0a13.724 13.724 0 01-8.304 12.607 1.334 1.334 0 01-.464.089 1.151 1.151 0 01-1.143-1.143c0-.518.268-.804.696-1.054.25-.143.536-.232.804-.375.5-.268 1-.571 1.464-.911 2.929-2.161 4.661-5.571 4.661-9.214s-1.732-7.054-4.661-9.214a12.512 12.512 0 00-1.464-.911c-.268-.143-.554-.232-.804-.375-.429-.25-.696-.536-.696-1.054 0-.625.518-1.143 1.143-1.143.161 0 .321.036.464.089a13.724 13.724 0 018.304 12.607z" />
    </svg>
  );
}

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