@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.93 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandApplePay = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandApplePay = function LIBrandApplePay(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",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.193 5.17c-.14.168-.366.299-.59.28-.029-.225.082-.465.211-.61a.881.881 0 0 1 .587-.303.892.892 0 0 1-.208.634m.204.322c-.326-.018-.606.186-.76.186-.157 0-.393-.176-.652-.17a.964.964 0 0 0-.817.496c-.353.606-.092 1.5.25 1.993.166.244.365.512.627.503.25-.01.347-.162.647-.162.302 0 .39.162.653.158.271-.006.442-.244.609-.488a2.12 2.12 0 0 0 .272-.56c-.006-.006-.525-.205-.53-.804-.006-.503.41-.741.428-.756-.234-.349-.6-.386-.727-.396m1.882-.678v3.654h.568V7.22h.786c.718 0 1.22-.493 1.22-1.205 0-.713-.494-1.2-1.201-1.2H5.279zm.568.478h.655c.493 0 .774.262.774.723 0 .462-.281.728-.776.728h-.653V5.293zm3.041 3.204c.357 0 .687-.18.837-.467h.01v.439h.526V6.65c0-.527-.422-.868-1.07-.868-.603 0-1.049.345-1.066.818h.512c.043-.225.251-.374.536-.374.347 0 .542.162.542.46v.202l-.708.043c-.658.04-1.015.31-1.015.778.002.473.37.788.896.788Zm.154-.433c-.302 0-.495-.146-.495-.368 0-.23.186-.363.54-.384l.63-.04v.207c0 .341-.29.585-.675.585zm1.922 1.398c.553 0 .814-.211 1.04-.85L13 5.817h-.577l-.668 2.158h-.011l-.668-2.158h-.592l.96 2.66-.053.161c-.086.274-.226.381-.478.381-.045 0-.13-.006-.167-.009v.439c.034.007.175.013.218.013z"
})
}));
};
exports.LIBrandApplePay = LIBrandApplePay;