UNPKG

@icongo/li

Version:
24 lines (23 loc) 1.16 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISocialPaypal = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISocialPaypal = function LISocialPaypal(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", className: "prefix__social-paypal", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.179 4.071c0 2.256-1.986 4.043-5.356 4.043h-.982l-.753 3.295H1.722L4.032 1h3.923c2.08 0 3.224 1.31 3.224 3.071zm-2.482.068c0-.945-.78-1.196-1.685-1.196H5.967l-.692 3.118h.93c1.35 0 2.492-.53 2.492-1.922zm3.163-.506c.447 3.527-2.89 5.339-6.378 5.29l-.76 3.24h-1.64L2.899 13H5.43l.73-3.234c5.098-.154 7.06-3.873 5.7-6.133z" }) })); }; exports.LISocialPaypal = LISocialPaypal;