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

function Opencart(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 49 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.214 27.875c0 1.625-1.304 2.929-2.929 2.929s-2.946-1.304-2.946-2.929 1.321-2.946 2.946-2.946 2.929 1.321 2.929 2.946zm-13.375 0c0 1.625-1.321 2.929-2.946 2.929S7.964 29.5 7.964 27.875s1.304-2.946 2.929-2.946 2.946 1.321 2.946 2.946zM0 1.196C5.268 6.75 10.214 7.571 29.643 7.571s10.893 4.321-1.107 15.036C32.34 16 45.411 10.143 23.982 10.464 3.428 10.768 2.214 4.518 0 1.196z" />
    </svg>
  );
}

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