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

function Medium(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M10.661 7.518v20.946c0 .554-.268 1.071-.875 1.071-.214 0-.411-.054-.589-.143L.893 25.231c-.5-.25-.893-.893-.893-1.429V3.445c0-.446.214-.857.696-.857.286 0 .536.143.786.268l9.125 4.571c.018.018.054.071.054.089zm1.143 1.803l9.536 15.464-9.536-4.75V9.321zM32 9.643v18.821c0 .589-.339 1-.929 1-.304 0-.589-.089-.839-.232l-7.875-3.929zM31.946 7.5c0 .071-9.232 15.054-9.946 16.196l-6.964-11.321 5.786-9.411c.196-.321.554-.5.929-.5.161 0 .321.036.464.107l9.661 4.821a.12.12 0 01.071.107z" />
    </svg>
  );
}

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