UNPKG

@comfortdelgro/compass-icons

Version:
34 lines (32 loc) 3.19 kB
import * as React from "react"; import { forwardRef } from "react"; const ApplePay = (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: "M16.0076 13.9053C15.5153 14.4918 14.7277 14.9543 13.9401 14.8883C13.8417 14.0952 14.2273 13.2527 14.6785 12.7323C15.1707 12.1292 16.0322 11.6997 16.7295 11.6667C16.8116 12.4927 16.4916 13.3022 16.0076 13.9053ZM16.7212 15.0452C16.0274 15.005 15.3943 15.2553 14.8829 15.4575C14.5538 15.5876 14.2751 15.6978 14.0631 15.6978C13.8252 15.6978 13.535 15.5817 13.2092 15.4514C12.7823 15.2806 12.2942 15.0854 11.7824 15.0948C10.6092 15.1113 9.51809 15.7804 8.91919 16.846C7.68859 18.9772 8.59923 22.1327 9.78882 23.8674C10.3713 24.7265 11.0687 25.6682 11.9875 25.6352C12.3917 25.6198 12.6825 25.4956 12.9835 25.367C13.3299 25.219 13.6898 25.0652 14.2518 25.0652C14.7943 25.0652 15.1385 25.2149 15.4689 25.3587C15.783 25.4954 16.0847 25.6267 16.5325 25.6186C17.4842 25.6021 18.0831 24.7595 18.6656 23.9005C19.2942 22.9784 19.5704 22.0786 19.6124 21.942L19.6173 21.9262C19.6163 21.9252 19.6085 21.9216 19.5948 21.9153C19.3847 21.8184 17.7786 21.0781 17.7632 19.0928C17.7477 17.4265 19.0371 16.5822 19.2401 16.4493C19.2524 16.4413 19.2607 16.4358 19.2645 16.433C18.4441 15.2104 17.1643 15.0782 16.7212 15.0452ZM23.3092 25.5278V12.6497H28.1085C30.5862 12.6497 32.3172 14.3678 32.3172 16.879C32.3172 19.3902 30.5533 21.1249 28.0429 21.1249H25.2945V25.5278H23.3092ZM25.2944 14.3348H27.5833C29.3061 14.3348 30.2906 15.26 30.2906 16.8873C30.2906 18.5146 29.3061 19.448 27.5751 19.448H25.2944V14.3348ZM38.8723 23.9831C38.3473 24.9908 37.1905 25.6269 35.9435 25.6269C34.0976 25.6269 32.8095 24.52 32.8095 22.8514C32.8095 21.1993 34.0566 20.2493 36.3619 20.1089L38.8395 19.9602V19.2498C38.8395 18.2007 38.1586 17.6307 36.9444 17.6307C35.9435 17.6307 35.2133 18.1512 35.0656 18.9442H33.2772C33.3346 17.2755 34.8934 16.0612 37.0018 16.0612C39.2743 16.0612 40.7511 17.259 40.7511 19.1176V25.5278H38.9133V23.9831H38.8723ZM36.4766 24.0987C35.4183 24.0987 34.7456 23.5866 34.7456 22.8018C34.7456 21.9923 35.3937 21.5214 36.6325 21.4471L38.8394 21.3067V22.0336C38.8394 23.2396 37.8221 24.0987 36.4766 24.0987ZM46.8466 26.0317C46.0508 28.2868 45.1401 29.0302 43.204 29.0302C43.0563 29.0302 42.5641 29.0137 42.4492 28.9807V27.436C42.5723 27.4525 42.8758 27.469 43.0317 27.469C43.9095 27.469 44.4018 27.0973 44.7053 26.1308L44.8858 25.5608L41.5222 16.1852H43.5978L45.9359 23.7931H45.977L48.3151 16.1852H50.3333L46.8466 26.0317Z", fill: "black" }), /*#__PURE__*/ React.createElement("rect", { x: 0.5, y: 0.5, width: 57, height: 39, rx: 5.5, stroke: "#F2F4F7" }))); const ForwardRef = /*#__PURE__*/ forwardRef(ApplePay); export default ForwardRef;