UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 4.16 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 GiftOutline(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: "GiftOutline-GiftOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "GiftOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "GiftOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M7.35714432,38.3552973 L7.35714432,22.2434408 C5.67521035,21.8137701 4.5,20.3149571 4.5,18.5988506 L4.5,13.8949232 C4.5,11.8166032 6.20558112,10.131794 8.30952403,10.131794 L21.2961816,10.131794 L18.2323722,7.105298 C18.0835181,6.95842036 18.0833842,6.72015204 18.2320725,6.57310905 L19.7142792,5.1098976 C19.8629752,4.96336749 20.1036785,4.96336749 20.2523732,5.1098976 L24.0238034,8.83539647 L27.7952337,5.1098976 C27.9439298,4.96336746 28.184633,4.96336746 28.3333277,5.10989762 L29.8152346,6.572813 C29.9640887,6.71969064 29.9642227,6.95795896 29.8155343,7.10500195 L26.7504698,10.1308547 L39.6904761,10.1317956 C41.7944188,10.1317955 43.5,11.8166048 43.5,13.8949243 L43.5,18.5988517 C43.5,20.3144618 42.3252227,21.8134283 40.6433469,22.2433159 L40.6433469,38.3553047 C40.6433469,41.4727817 38.0849708,44 34.9290587,44 L13.0714145,44 C9.91552047,44 7.35714432,41.4727743 7.35714432,38.3552973 Z M10.5952327,22.3619794 L10.5952327,38.5119811 C10.5952327,40.0212666 11.6430835,40.9068069 13.1069265,40.9952592 L13.2692348,41 L22.5,41 L22.5,22.3619794 L10.5952327,22.3619794 Z M25.4523759,22.3619794 L25.4523759,41 L34.6666647,41 C36.141751,41 37.3611961,40.1857096 37.4477316,38.679183 L37.4523759,38.511983 L37.4523759,22.3619794 L25.4523759,22.3619794 Z M8.30951107,12.9541687 C7.82667604,12.9541687 7.42028746,13.3112023 7.36379637,13.7848782 L7.3571297,13.8949497 L7.3571297,18.5988772 C7.3571297,19.0757079 7.71844817,19.4771957 8.19795597,19.5330605 L8.30950915,19.5396605 L22.5,19.5396605 L22.5,13 L8.30951107,12.9541687 Z M25.4523759,12.9541401 L25.4523759,19.5396318 L39.6904631,19.5396318 C40.1732982,19.5396318 40.5796867,19.1825982 40.6361778,18.7089223 L40.6428445,18.5988507 L40.6428445,13.8949233 C40.6428445,13.4180927 40.2815265,13.0166049 39.8020182,12.9607401 L39.6904651,12.9541401 L25.4523759,12.9541401 Z", id: "GiftOutline-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } var _default = GiftOutline; exports.default = _default;