antd-mobile-icons
Version:
The icon set for antd-mobile.
51 lines (45 loc) • 3.73 kB
JavaScript
"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 FrownFill(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: "FrownFill-FrownFill",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "FrownFill-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "FrownFill-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M24,2 C36.1502645,2 46,11.8497355 46,24 C46,36.1502645 36.1502645,46 24,46 C11.8497355,46 2,36.1502645 2,24 C2,11.8497355 11.8497355,2 24,2 Z M24,26 C20.4418994,26 17.1008116,26.9291423 14.2061278,28.5580318 C14.2053572,28.5584655 14.2045801,28.5589029 14.2037966,28.559344 C14.0779603,28.630203 14.0001012,28.7634005 14.0000226,28.9078158 L14.0000226,28.9078158 L14.0000226,31.4912244 C14.0000226,31.5713358 14.0240816,31.6496009 14.0690823,31.7158788 C14.1931555,31.8986165 14.4418748,31.9461735 14.6246487,31.8221536 C14.7660014,31.7261796 14.8638743,31.6609727 14.9182674,31.6265328 C17.5455525,29.963027 20.6603127,29 24,29 C27.336796,29 30.4490543,29.9613603 33.0749079,31.6222139 C33.1330253,31.6589732 33.2335304,31.7258388 33.3764232,31.8228106 C33.4426773,31.8677729 33.5209035,31.8918101 33.6009735,31.8918101 C33.8218242,31.8918101 34.000859,31.7127753 34.0009735,31.4919246 L34.0009735,31.4919246 L34.0006688,28.9084662 C34.0006468,28.7642826 33.9230362,28.6312665 33.797509,28.5603311 C33.7527775,28.5350394 33.7148054,28.5137411 33.6835926,28.4964361 C30.814464,26.9057398 27.5130055,26 24,26 Z M16,18 C14.8954305,18 14,18.8954305 14,20 C14,21.1045695 14.8954305,22 16,22 C17.1045695,22 18,21.1045695 18,20 C18,18.8954305 17.1045695,18 16,18 Z M32,18 C30.8954305,18 30,18.8954305 30,20 C30,21.1045695 30.8954305,22 32,22 C33.1045695,22 34,21.1045695 34,20 C34,18.8954305 33.1045695,18 32,18 Z",
id: "FrownFill-\u5F62\u72B6\u7ED3\u5408",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
var _default = FrownFill;
exports.default = _default;