UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.5 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 TagOutline(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: "TagOutline-TagOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "TagOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "TagOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M43,39.9791918 C43,42.1992183 41.209139,43.9989053 39,43.9989053 C38.5367887,43.9989053 38.0770973,43.9180516 37.6414221,43.7599491 L24.1274991,39.2153697 C24.0447759,39.1875508 23.9552241,39.1875508 23.8725009,39.2153697 L10.3585779,43.7599491 L10.3585779,43.7599491 C8.28076355,44.5139688 5.98810623,43.4325198 5.2377844,41.3444653 C5.08045725,40.9066429 5,40.444686 5,39.9791918 L5,9.02957027 C5,5.69953056 7.6862915,3 11,3 L37,3 C40.3137085,3 43,5.69953056 43,9.02957027 L43,39.9791918 Z M40,15.059 L8,15.059 L8,39.9791918 C8,40.0955654 8.02011431,40.2110546 8.0594461,40.3205102 C8.23362795,40.8052371 8.74027753,41.072979 9.22767097,40.9578271 L9.33964446,40.9243811 L23.8718717,36.0104888 C23.9549793,35.982387 24.0450207,35.982387 24.1281283,36.0104888 L38.6603555,40.9243811 L38.6603555,40.9243811 C38.7692743,40.9639068 38.8841972,40.9843939 39,40.9843939 C39.5128358,40.9843939 39.9355072,40.5961775 39.9932723,40.0963877 L40,39.9791918 L40,15.059 Z M37,6.01478513 L11,6.01478513 C9.40231912,6.01478513 8.09633912,7.26986025 8.00509269,8.85242874 L8,9.02957027 L8,12.044 L40,12.044 L40,9.02957027 C40,7.42401541 38.75108,6.11159905 37.1762728,6.01990293 L37,6.01478513 Z", id: "TagOutline-\u5F62\u72B6", fill: "currentColor", fillRule: "nonzero" })))); } var _default = TagOutline; exports.default = _default;