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

function CreditCard(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="M31.429 2.286a2.866 2.866 0 012.857 2.857v21.714a2.866 2.866 0 01-2.857 2.857H2.858a2.866 2.866 0 01-2.857-2.857V5.143a2.866 2.866 0 012.857-2.857h28.571zM2.857 4.571a.587.587 0 00-.571.571v4H32v-4a.587.587 0 00-.571-.571H2.858zm28.572 22.858a.587.587 0 00.571-.571V16.001H2.286v10.857c0 .304.268.571.571.571h28.571zM4.571 25.143v-2.286h4.571v2.286H4.571zm6.858 0v-2.286h6.857v2.286h-6.857z" />
    </svg>
  );
}

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