@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
46 lines (44 loc) • 3.58 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const GooglePay = (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: "white"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M26.7631 25.88V20.9889H29.2875C30.3219 20.9889 31.195 20.6423 31.9067 19.9587L32.0776 19.7854C33.3777 18.37 33.2923 16.1652 31.9067 14.8558C31.214 14.1625 30.2649 13.7871 29.2875 13.8063H25.2352V25.88H26.7631ZM26.7633 19.5061V15.2889H29.326C29.8765 15.2889 30.3986 15.5008 30.7877 15.8859C31.6135 16.6946 31.6325 18.0426 30.8352 18.8802C30.446 19.2942 29.8955 19.5253 29.326 19.5061H26.7633ZM39.2047 18.2641C38.5499 17.6575 37.6578 17.3494 36.5285 17.3494C35.0765 17.3494 33.9851 17.8886 33.2639 18.9573L34.6115 19.8142C35.105 19.0825 35.7788 18.7166 36.6329 18.7166C37.1738 18.7166 37.6958 18.9188 38.1038 19.2847C38.5024 19.6313 38.7302 20.1319 38.7302 20.6615V21.0177C38.1418 20.6904 37.4016 20.5171 36.4905 20.5171C35.4276 20.5171 34.5735 20.7674 33.9377 21.2777C33.3018 21.788 32.9792 22.4619 32.9792 23.3188C32.9602 24.0987 33.2923 24.8401 33.8807 25.3408C34.4786 25.8799 35.2378 26.1495 36.1299 26.1495C37.1833 26.1495 38.0184 25.6777 38.6543 24.7342H38.7207V25.8799H40.1822V20.7867C40.1822 19.7179 39.8595 18.8707 39.2047 18.2641ZM35.0578 24.3587C34.7445 24.1276 34.5547 23.7521 34.5547 23.3478C34.5547 22.8952 34.7635 22.5197 35.1717 22.2213C35.5893 21.9228 36.1113 21.7687 36.7283 21.7687C37.5825 21.7591 38.247 21.9517 38.7215 22.3368C38.7215 22.9915 38.4653 23.5596 37.9622 24.041C37.5066 24.5031 36.8897 24.7631 36.2442 24.7631C35.8171 24.7727 35.3995 24.6283 35.0578 24.3587ZM43.4658 29.5097L48.5715 17.619H46.9107L44.5477 23.5499H44.5192L42.0992 17.619H40.4385L43.7885 25.3504L41.8904 29.5097H43.4658Z",
fill: "#3C4043"
}), /*#__PURE__*/ React.createElement("path", {
d: "M21.4882 19.9298C21.4882 19.458 21.4502 18.9863 21.3743 18.5241H14.9305V21.1911H18.6221C18.4703 22.048 17.9768 22.8183 17.2556 23.2997V25.0327H19.4573C20.7479 23.8292 21.4882 22.048 21.4882 19.9298Z",
fill: "#4285F4"
}), /*#__PURE__*/ React.createElement("path", {
d: "M14.9308 26.708C16.7719 26.708 18.3282 26.0918 19.4576 25.0327L17.2559 23.2997C16.639 23.7233 15.8513 23.964 14.9308 23.964C13.1466 23.964 11.6377 22.7412 11.0968 21.1045H8.82861V22.8953C9.98641 25.2349 12.3495 26.708 14.9308 26.708Z",
fill: "#34A853"
}), /*#__PURE__*/ React.createElement("path", {
d: "M11.097 21.1045C10.8123 20.2476 10.8123 19.3137 11.097 18.4471V16.6659H8.82851C7.85087 18.6204 7.85087 20.9312 8.82851 22.8857L11.097 21.1045Z",
fill: "#FBBC04"
}), /*#__PURE__*/ React.createElement("path", {
d: "M14.9308 15.5875C15.9083 15.5683 16.8478 15.9438 17.5501 16.6274L19.505 14.644C18.2618 13.4694 16.6295 12.8243 14.9308 12.8435C12.3495 12.8435 9.98641 14.3263 8.82861 16.6659L11.0968 18.4567C11.6377 16.8103 13.1466 15.5875 14.9308 15.5875Z",
fill: "#EA4335"
}), /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
stroke: "#F2F4F7"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(GooglePay);
export default ForwardRef;