UNPKG

antd-mobile-icons

Version:
50 lines (44 loc) 3.34 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 KeyOutline(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: "KeyOutline-KeyOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "KeyOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "KeyOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M29.2560785,4 C37.175035,4 43.5946176,10.4195826 43.5946176,18.3385391 C43.5946176,26.2574956 37.175035,32.6770783 29.2560785,32.6770783 C25.8305509,32.6770783 22.6855854,31.4758493 20.2194378,29.471647 L16.0256176,33.6650213 L20.0588981,37.6984676 C20.2151078,37.8546773 20.2151078,38.1079433 20.0588981,38.2641531 L18.5268846,39.7961666 C18.3706749,39.9523763 18.1174089,39.9523763 17.9611992,39.7961666 L13.9276176,35.7630213 L9.8113188,39.8809978 C9.65510908,40.0372075 9.40184309,40.0372075 9.24563337,39.8809978 L7.71361985,38.3489842 C7.55741013,38.1927745 7.55741013,37.9395085 7.71361985,37.7832988 L18.1229706,27.3751798 C16.1187684,24.9090322 14.9175393,21.7640667 14.9175393,18.3385391 C14.9175393,10.4195826 21.337122,4 29.2560785,4 Z M29.2560785,6.9665943 C22.9755268,6.9665943 17.8841337,12.0579874 17.8841337,18.3385391 C17.8841337,24.6190908 22.9755268,29.710484 29.2560785,29.710484 C35.5366302,29.710484 40.6280233,24.6190908 40.6280233,18.3385391 C40.6280233,12.0579874 35.5366302,6.9665943 29.2560785,6.9665943 Z", id: "KeyOutline-\u5F62\u72B6\u7ED3\u5408", fill: "currentColor" })))); } var _default = KeyOutline; exports.default = _default;