UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.63 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 SendOutline(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: "SendOutline-SendOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "SendOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "SendOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M24.9998666,4.39999998 L24.9991334,6.59900002 C24.9988997,6.81985136 24.8198514,6.99885187 24.599,6.99902667 L10,7 L10,7 C8.40231912,7 7.09633912,8.24891996 7.00509269,9.82372721 L7,10 L7,38 C7,39.5976809 8.24891996,40.9036609 9.82372721,40.9949073 L10,41 L38,41 C39.5976809,41 40.9036609,39.75108 40.9949073,38.1762728 L41,38 L40.9990267,23.4 C40.9989853,23.1790861 41.1780594,22.9999881 41.3989733,22.9999733 C41.3989822,22.9999733 41.3989911,22.9999733 41.399,23 L43.6,23 C43.8209139,23 44,22.8209139 44,22.6 L44,17.4 C44,17.1790861 43.8209139,17 43.6,17 L41.4,17 C41.1791022,16.9999587 41.0000228,16.8208978 40.9999587,16.6 L40.9991652,8.914 L40.9991652,8.914 L26.5653182,23.3488752 C26.4091241,23.5051006 26.1558581,23.5051096 25.9996429,23.3489054 C25.9996395,23.3489021 25.9996362,23.3488987 25.9996429,23.3488853 L24.4440079,21.7932504 C24.2878173,21.6370323 24.2878112,21.3837769 24.4439942,21.2275512 L38.6701652,7 L38.6701652,7 L31.4,7 C31.1790861,7 31,6.8209139 31,6.6 L31,4.4 C31,4.1790861 31.1790861,4 31.4,4 L42.5,4 L42.5,4 C43.3284271,4 44,4.67157288 44,5.5 L44,38 C44,41.3137085 41.3137085,44 38,44 L10,44 C6.6862915,44 4,41.3137085 4,38 L4,10 C4,6.6862915 6.6862915,4 10,4 L24.6,4 C24.8209139,3.99986664 25,4.17895274 25,4.39986664 C25,4.3999111 25,4.39995556 24.9998666,4.39999998 Z", id: "SendOutline-\u8DEF\u5F84", fill: "currentColor", fillRule: "nonzero" })))); } var _default = SendOutline; exports.default = _default;