UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.93 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 MovieOutline(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: "MovieOutline-MovieOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "MovieOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "MovieOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M23,3 C34.5979797,3 44,12.4020203 44,24 C44,29.7238929 41.7099789,34.9129227 37.996151,38.700875 L33.1276217,38.7007635 C37.7927889,35.480729 40.85,30.0973894 40.85,24 C40.85,14.1417172 32.8582828,6.15 23,6.15 C13.1417172,6.15 5.15,14.1417172 5.15,24 C5.15,33.8582828 13.1417172,41.85 23,41.85 L23,41.85 L44,41.85 L44,45 L23,45 L23,45 C11.4020203,45 2,35.5979797 2,24 C2,12.4020203 11.4020203,3 23,3 Z M23,29 C25.7614237,29 28,31.2385763 28,34 C28,36.7614237 25.7614237,39 23,39 C20.2385763,39 18,36.7614237 18,34 C18,31.2385763 20.2385763,29 23,29 Z M23,32 C21.8954305,32 21,32.8954305 21,34 C21,35.1045695 21.8954305,36 23,36 C24.1045695,36 25,35.1045695 25,34 C25,32.8954305 24.1045695,32 23,32 Z M13,19 C15.7614237,19 18,21.2385763 18,24 C18,26.7614237 15.7614237,29 13,29 C10.2385763,29 8,26.7614237 8,24 C8,21.2385763 10.2385763,19 13,19 Z M33,19 C35.7614237,19 38,21.2385763 38,24 C38,26.7614237 35.7614237,29 33,29 C30.2385763,29 28,26.7614237 28,24 C28,21.2385763 30.2385763,19 33,19 Z M13,22 C11.8954305,22 11,22.8954305 11,24 C11,25.1045695 11.8954305,26 13,26 C14.1045695,26 15,25.1045695 15,24 C15,22.8954305 14.1045695,22 13,22 Z M33,22 C31.8954305,22 31,22.8954305 31,24 C31,25.1045695 31.8954305,26 33,26 C34.1045695,26 35,25.1045695 35,24 C35,22.8954305 34.1045695,22 33,22 Z M23,9 C25.7614237,9 28,11.2385763 28,14 C28,16.7614237 25.7614237,19 23,19 C20.2385763,19 18,16.7614237 18,14 C18,11.2385763 20.2385763,9 23,9 Z M23,12 C21.8954305,12 21,12.8954305 21,14 C21,15.1045695 21.8954305,16 23,16 C24.1045695,16 25,15.1045695 25,14 C25,12.8954305 24.1045695,12 23,12 Z", id: "MovieOutline-\u5F62\u72B6\u7ED3\u5408", fill: "currentColor", fillRule: "nonzero" })))); } var _default = MovieOutline; exports.default = _default;