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

function Chrome(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M15.946 0A15.89 15.89 0 0124 2.143a16.031 16.031 0 016.286 6.643l-13.25-.696c-3.75-.214-7.321 1.893-8.554 5.429L3.553 5.948C6.624 2.127 11.232.019 15.946.002zM2.607 7.232l6.018 11.839c1.696 3.339 5.286 5.375 9 4.679l-4.107 8.054C5.857 30.625 0 24 0 16c0-3.232.964-6.25 2.607-8.768zm28.322 3.018c2.804 7.214 0 15.607-6.929 19.607a15.962 15.962 0 01-8.893 2.125l7.232-11.125c2.054-3.161 2.018-7.286-.429-10.143zM16 10.607c2.982 0 5.393 2.411 5.393 5.393S18.982 21.393 16 21.393 10.607 18.982 10.607 16s2.411-5.393 5.393-5.393z" />
    </svg>
  );
}

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