@semcore/icon
Version:
Semrush Icon Component
46 lines • 2.17 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '../../../lib/esm/index.mjs';
function RootPayPal({
width = '32',
height = '24',
viewBox = '0 0 32 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "PayPal",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M32 21.82c0 1.2-.9 2.18-2 2.18H2c-1.1 0-2-.98-2-2.18V2.18C0 .98.9 0 2 0h28c1.1 0 2 .98 2 2.18v19.64Z",
fill: "#EBEBEB",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M21.26 8.56c.17-1.1 0-1.83-.59-2.5C20.02 5.32 18.85 5 17.35 5H13c-.3 0-.57.22-.62.53L10.58 17c-.04.23.13.44.36.44h2.69s7.49-8.97 7.63-8.9Z",
fill: "#2D448C",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M21.26 8.56c-.01.08-6.66 2.69-6.98 4.74-.32 2.05 0 0 0 0l-.65 4.15-.19 1.17c-.03.2.12.38.32.38h2.27c.27 0 .5-.2.54-.46l.02-.11.43-2.71.02-.15a.55.55 0 0 1 .54-.46h.34c2.2 0 3.91-.89 4.41-3.47.21-1.07.1-1.97-.45-2.6-.17-.2-.38-.35-.62-.48Z",
fill: "#179BD7",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20.66 8.32a4.29 4.29 0 0 0-.56-.13 7.06 7.06 0 0 0-1.12-.08h-3.42a.54.54 0 0 0-.54.46l-.72 4.6-.02.13c.05-.3.3-.52.61-.52h1.28c2.5 0 4.47-1.02 5.05-3.97l.04-.25c-.15-.08-.3-.15-.47-.2l-.13-.04Z",
fill: "#1D285C",
shapeRendering: "geometricPrecision"
}));
}
RootPayPal.displayName = 'PayPal';
const PayPal = createBaseComponent(RootPayPal);
export { PayPal as default };