UNPKG

antd-mobile-icons

Version:
51 lines (45 loc) 3.84 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 VideoOutline(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: "VideoOutline-VideoOutline", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /*#__PURE__*/React.createElement("g", { id: "VideoOutline-\u7F16\u7EC4" }, /*#__PURE__*/React.createElement("rect", { id: "VideoOutline-\u77E9\u5F62", fill: "#FFFFFF", opacity: 0, x: 0, y: 0, width: 48, height: 48 }), /*#__PURE__*/React.createElement("path", { d: "M31.4166854,7 C34.2296701,7 36.5809622,9.13001776 36.8845657,11.9243836 L41.6671403,11.3912215 C43.3137645,11.2073882 44.7976435,12.3932145 44.9814769,14.0398387 C44.9938161,14.1503628 45,14.2614876 45,14.3726984 L45,34.7947111 C45,36.4515654 43.6568542,37.7947111 42,37.7947111 C41.8887892,37.7947111 41.7776644,37.7885272 41.6671403,37.776188 L36.8638765,37.2394434 C36.4880108,39.9526752 34.1742642,42 31.4166857,42 L8.5,42 C5.4624388,42 3,39.525783 3,36.4736864 L3,12.5263128 C3,9.47421697 5.46243451,7 8.5,7 L31.4166854,7 Z M31,10.0143494 L9,10.0143494 C7.40231912,10.0143494 6.09633912,11.2632694 6.00509269,12.8380766 L6,13.0143494 L6,36.1530602 C6,37.7507411 7.24891996,39.0567211 8.82372721,39.1479675 L9,39.1530602 L31,39.1530602 C32.5976809,39.1530602 33.9036609,37.9041402 33.9949073,36.329333 L34,36.1530602 L34,13.0143494 C34,11.3574951 32.6568542,10.0143494 31,10.0143494 Z M40.9509667,14.2159785 L40.8348361,14.2286048 L36.898,14.888 L36.897,34.279 L40.8348361,34.9388048 C40.8894159,34.947945 40.9446602,34.9525387 41,34.9525387 C41.5128358,34.9525387 41.9355072,34.5664985 41.9932723,34.0691598 L42,33.9525387 L42,15.2148709 C42,15.1595311 41.9954063,15.1042867 41.9862661,15.049707 C41.9015641,14.5439143 41.4510157,14.1908078 40.9509667,14.2159785 Z M29.5,13.0286988 C30.3284266,13.0286988 31,13.7034844 31,14.5358735 C31,15.3682625 30.3284266,16.0430482 29.5,16.0430482 C28.6715734,16.0430482 28,15.3682625 28,14.5358735 C28,13.7034844 28.6715734,13.0286988 29.5,13.0286988 Z", id: "VideoOutline-\u5F62\u72B6\u7ED3\u5408", fill: "currentColor", fillRule: "nonzero" })))); } var _default = VideoOutline; exports.default = _default;