UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 4.24 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 ShrinkOutline(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: "ShrinkOutline-ShrinkOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "ShrinkOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "ShrinkOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M36.8784602,25.1799542 L39.0001962,27.358974 C39.1543116,27.5172503 39.1509385,27.7704938 38.9926622,27.9246092 C38.9179796,27.9973285 38.8178601,28.0380219 38.713622,28.0380246 L29.4529821,28.0382654 L29.4529821,28.0382654 L40.7281795,39.6141111 C40.8794493,39.7694145 40.879462,40.0169571 40.7282081,40.1722761 L39.234866,41.705753 C39.0807411,41.8640201 38.8274974,41.867378 38.6692303,41.7132531 C38.6667045,41.7107935 38.6642114,41.7083006 38.6617516,41.705775 L27.4868107,30.2322654 L27.4868107,30.2322654 L27.4873666,39.0539752 C27.4873805,39.2748891 27.3083057,39.4539864 27.0873918,39.4540004 C26.9794723,39.4540072 26.8761291,39.4104065 26.8008287,39.333099 L24.6992399,37.1754929 C24.6264857,37.1007994 24.5857737,37.000649 24.5857778,36.8963787 L24.586125,28.0387593 L24.586125,28.0387593 C24.586125,26.3932302 25.8819766,25.0592654 27.4804905,25.0592654 L36.5918641,25.0590048 C36.699802,25.0590017 36.8031598,25.1026208 36.8784602,25.1799542 Z M9.33824861,6.29420909 L20.6786857,17.937 L20.6786857,17.937 L20.6786857,9.52918852 C20.6786857,9.30827462 20.8577718,9.12918852 21.0786857,9.12918852 C21.1866212,9.12918852 21.2899758,9.17280868 21.3652736,9.25014122 L23.4951193,11.4375408 C23.5678289,11.5122152 23.6085204,11.6123204 23.6085315,11.7165459 L23.6094116,20.0444491 L23.6094116,20.0444491 C23.6094116,21.7062131 22.3007751,23.0533389 20.6864901,23.0533389 L11.1157237,23.0530059 C11.007793,23.0530021 10.9044442,23.0093822 10.8291498,22.9320532 L8.67826623,20.7230473 C8.52415266,20.5647692 8.52752869,20.3115257 8.6858068,20.1574121 C8.76049167,20.0846923 8.86061399,20.044 8.9648541,20.044 L18.6270286,20.044 L18.6270286,20.044 L7.27181775,8.38588886 C7.12054922,8.23058525 7.12053713,7.98304372 7.27179048,7.82772532 L8.76514185,6.29423897 C8.91926673,6.13597187 9.17251046,6.13261394 9.33077755,6.28673881 C9.33330069,6.28919591 9.33579126,6.29168622 9.33824861,6.29420909 Z", id: "ShrinkOutline-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } var _default = ShrinkOutline; exports.default = _default;