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

function CreditCardAlt(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 41 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M0 26.857V16h41.143v10.857a2.866 2.866 0 01-2.857 2.857H2.857A2.866 2.866 0 010 26.857zm11.429-4v2.286h6.857v-2.286h-6.857zm-6.858 0v2.286h4.571v-2.286H4.571zM38.286 2.286a2.866 2.866 0 012.857 2.857v4H0v-4a2.866 2.866 0 012.857-2.857h35.429z" />
    </svg>
  );
}

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