UNPKG

@nomercyicons/react

Version:
24 lines 1.14 kB
const React = require("react"); function PaypalColorIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 41 48", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "#022B87", fillRule: "evenodd", d: "M34.912 3.62c2.035 2.3 2.602 4.837 2.04 8.575 0 0-.096.574-.155.874-1.982 10.101-8.766 13.593-17.433 13.593h-4.41a2.143 2.143 0 00-2.12 1.802l.072-.46-2.332 14.67H1.292c-.794 0-1.4-.703-1.276-1.48L6.277 1.8A2.15 2.15 0 018.405 0H23.44c5.182 0 9.23 1.086 11.472 3.62zM39.3 14.107c1.72 2.15 2.055 5.122 1.36 8.668-1.735 8.835-7.671 11.89-15.25 11.89h-1.173c-.925 0-1.714.67-1.858 1.577l-.095.512-1.476 9.273-.075.396A1.879 1.879 0 0118.874 48h-6.416l2.95-18.684h3.956c10.907 0 17.78-5.263 19.937-15.208z" })); } const ForwardRef = React.forwardRef(PaypalColorIcon); module.exports = ForwardRef;