@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
34 lines (32 loc) • 1.8 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Amex = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 58 40",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "none"
}, /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
fill: "#1F72CD"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10.159 14.1667L4.85715 26.2446H11.2042L11.9911 24.3189H13.7896L14.5765 26.2446H21.5628V24.7748L22.1853 26.2446H25.7992L26.4217 24.7438V26.2446H40.9514L42.7181 24.3689L44.3724 26.2446L51.8352 26.2601L46.5166 20.2394L51.8352 14.1667H44.4882L42.7684 16.0077L41.1661 14.1667H25.3598L24.0025 17.2841L22.6133 14.1667H16.2795V15.5864L15.5749 14.1667H10.159ZM11.3871 15.8818H14.481L17.9977 24.0719V15.8818H21.3869L24.1031 21.754L26.6065 15.8818H29.9787V24.5485H27.9268L27.91 17.7573L24.9185 24.5485H23.083L20.0747 17.7573V24.5485H15.8534L15.0531 22.6055H10.7294L9.93082 24.5468H7.66909L11.3871 15.8818ZM40.1997 15.8818H31.8561V24.5433H40.0705L42.7181 21.6728L45.2701 24.5433H47.9377L44.0603 20.2377L47.9377 15.8818H45.3858L42.7516 18.7194L40.1997 15.8818ZM12.8922 17.3481L11.4677 20.8093H14.315L12.8922 17.3481ZM33.9165 19.2583V17.6762V17.6747H39.1227L41.3943 20.2049L39.022 22.7489H33.9165V21.0217H38.4683V19.2583H33.9165Z",
fill: "white"
}), /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
stroke: "#F2F4F7"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(Amex);
export default ForwardRef;