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

function CcVisa(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="M35.268 17.679h-2.464s.25-.661 1.179-3.196c-.018.018.25-.661.393-1.089l.214.982c.554 2.732.679 3.304.679 3.304zM9.482 16.518L8.446 11.25c-.143-.732-.696-.964-1.339-.964H2.321l-.036.232c3.286.839 5.982 2.625 7.196 6zm3.197-6.232l-2.893 7.821-.304-1.589c-.625-1.661-2.143-3.196-3.857-3.893l2.411 9.107h3.125l4.661-11.446h-3.143zm2.482 11.464h2.964l1.857-11.464h-2.964zm13.714-11.179a7.372 7.372 0 00-2.661-.482c-2.929 0-4.982 1.554-5 3.786-.018 1.643 1.464 2.554 2.589 3.107 1.161.554 1.536.929 1.536 1.429 0 .768-.929 1.107-1.768 1.107-1.196 0-1.839-.143-2.786-.589l-.393-.196-.411 2.571c.696.321 1.964.607 3.304.607 3.107.018 5.125-1.536 5.161-3.911 0-1.304-.804-2.286-2.5-3.107-1.036-.518-1.661-.893-1.661-1.429 0-.482.536-.982 1.696-.982.964-.018 1.679.179 2.214.429l.268.143zm7.589-.285h-2.286c-.714 0-1.25.214-1.554.964l-4.393 10.5h3.107c.5-1.411.625-1.714.625-1.714h3.786s.089.393.357 1.714h2.75zm4.679-5.715v22.857a2.302 2.302 0 01-2.286 2.286H2.286A2.302 2.302 0 010 27.428V4.571a2.302 2.302 0 012.286-2.286h36.571a2.302 2.302 0 012.286 2.286z" />
    </svg>
  );
}

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