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

function Music(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.429 4v20c0 2.518-3.768 3.429-5.714 3.429s-5.714-.911-5.714-3.429 3.768-3.429 5.714-3.429c1.179 0 2.357.214 3.429.696v-9.589L11.43 15.91v12.661C11.43 31.089 7.662 32 5.716 32S.002 31.089.002 28.571s3.768-3.429 5.714-3.429c1.179 0 2.357.214 3.429.696V8.57c0-.75.5-1.411 1.214-1.643l14.857-4.571c.161-.054.321-.071.5-.071.946 0 1.714.768 1.714 1.714z" />
    </svg>
  );
}

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