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

function Gamepad(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="M14.857 19.429v-2.286a.564.564 0 00-.571-.571h-3.429v-3.429a.564.564 0 00-.571-.571H8a.564.564 0 00-.571.571v3.429H4a.564.564 0 00-.571.571v2.286c0 .321.25.571.571.571h3.429v3.429c0 .321.25.571.571.571h2.286c.321 0 .571-.25.571-.571V20h3.429c.321 0 .571-.25.571-.571zm10.286 1.142c0-1.268-1.018-2.286-2.286-2.286s-2.286 1.018-2.286 2.286 1.018 2.286 2.286 2.286 2.286-1.018 2.286-2.286zM29.714 16c0-1.268-1.018-2.286-2.286-2.286S25.142 14.732 25.142 16s1.018 2.286 2.286 2.286 2.286-1.018 2.286-2.286zm4.572 2.286a9.137 9.137 0 01-9.143 9.143 9.123 9.123 0 01-6.036-2.286h-3.929a9.12 9.12 0 01-6.036 2.286c-5.054 0-9.143-4.089-9.143-9.143s4.089-9.143 9.143-9.143h16a9.137 9.137 0 019.143 9.143z" />
    </svg>
  );
}

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