UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.32 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 UnlockOutline(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: "UnlockOutline-UnlockOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "UnlockOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "UnlockOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M24,4 C30.627417,4 36,9.372583 36,16 L36,22 L37,22 C39.209139,22 41,23.790861 41,26 L41,40 C41,42.209139 39.209139,44 37,44 L11,44 C8.790861,44 7,42.209139 7,40 L7,26 C7,23.790861 8.790861,22 11,22 L33,22 L33,16 C33,11.1181973 29.1131863,7.14420858 24.2653623,7.00383711 L24,7 C19.1181973,7 15.1442086,10.8868137 15.0038371,15.7346377 L15,16 L15,18.6 C15,18.8209139 14.8209139,19 14.6,19 L12.4,19 C12.1790861,19 12,18.8209139 12,18.6 L12,16 L12,16 C12,9.372583 17.372583,4 24,4 Z M37,25 L11,25 C10.4871642,25 10.0644928,25.3860402 10.0067277,25.8833789 L10,26 L10,40 C10,40.5128358 10.3860402,40.9355072 10.8833789,40.9932723 L11,41 L37,41 C37.5128358,41 37.9355072,40.6139598 37.9932723,40.1166211 L38,40 L38,26 C38,25.4871642 37.6139598,25.0644928 37.1166211,25.0067277 L37,25 Z M26,30.4 L26,35.6 C26,35.8209139 25.8209139,36 25.6,36 L23.4,36 C23.1790861,36 23,35.8209139 23,35.6 L23,30.4 C23,30.1790861 23.1790861,30 23.4,30 L25.6,30 C25.8209139,30 26,30.1790861 26,30.4 Z", id: "UnlockOutline-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } var _default = UnlockOutline; exports.default = _default;