UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var React = _interopRequireWildcard(require("react")); function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } function BankcardOutline(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" }, props, { style: Object.assign({ verticalAlign: '-0.125em' }, props.style), className: ['antd-mobile-icon', props.className].filter(Boolean).join(' ') }), /*#__PURE__*/React.createElement("g", { id: "BankcardOutline-BankcardOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "BankcardOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "BankcardOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M39,5 C42.3137085,5 45,7.6862915 45,11 L45,37 C45,40.3137085 42.3137085,43 39,43 L9,43 C5.6862915,43 3,40.3137085 3,37 L3,11 C3,7.6862915 5.6862915,5 9,5 L39,5 Z M39,8 L9,8 C7.40231912,8 6.09633912,9.24891996 6.00509269,10.8237272 L6,11 L6,37 C6,38.5976809 7.24891996,39.9036609 8.82372721,39.9949073 L9,40 L39,40 C40.5976809,40 41.9036609,38.75108 41.9949073,37.1762728 L42,37 L42,11 C42,9.40231912 40.75108,8.09633912 39.1762728,8.00509269 L39,8 Z M43,15.4 L43,17.6 C43,17.8209139 42.8209139,18 42.6,18 L5.4,18 C5.1790861,18 5,17.8209139 5,17.6 L5,15.4 C5,15.1790861 5.1790861,15 5.4,15 L42.6,15 C42.8209139,15 43,15.1790861 43,15.4 Z M19,33.4 L19,35.6 C19,35.8209139 18.8209139,36 18.6,36 L10.4,36 C10.1790861,36 10,35.8209139 10,35.6 L10,33.4 C10,33.1790861 10.1790861,33 10.4,33 L18.6,33 C18.8209139,33 19,33.1790861 19,33.4 Z", id: "BankcardOutline-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } var _default = BankcardOutline; exports.default = _default;