antd-mobile-icons
Version:
The icon set for antd-mobile.
51 lines (45 loc) • 4.3 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 LikeOutline(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: "LikeOutline-LikeOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "LikeOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "LikeOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M20.0245195,4.1214011 L23.7315534,5.49221472 C26.7196757,6.59718406 28.2994291,9.8932279 27.3528533,12.9445563 L37.0825854,12.9440637 C40.3506833,12.9440637 43,15.6357217 43,18.9560501 C43,19.1198466 42.9934114,19.2835746 42.9802505,19.4468244 L41.6877924,37.478788 C41.4362984,40.5983809 38.8709296,43 35.7901273,43 L8.94494304,43 C6.76621116,43 5,41.2055614 5,38.9920091 L5,16.9520546 C5,14.7385024 6.76621116,12.9440637 8.94494304,12.9440637 L14.763734,12.9438317 L17.4963776,5.31913403 C17.8689627,4.27910467 19.0008504,3.74286138 20.0245195,4.1214011 Z M13.476,15.9490857 L8.94494304,15.9500569 L8.94494304,15.9500569 C8.439166,15.9500569 8.02231243,16.3368683 7.96534241,16.8352005 L7.95870728,16.9520546 L7.95870728,38.9920091 C7.95870728,39.5058694 8.33943392,39.9293852 8.82992712,39.9872657 L8.94494304,39.9940068 L13.476,39.9940068 C13.6969139,39.9940068 13.876,39.8149207 13.876,39.5940068 L13.876,16.349 C13.8760857,16.1280861 13.6969996,15.949 13.4760857,15.949 C13.4760571,15.949 13.4760286,15.949 13.476,15.9490857 Z M22.7196159,8.31692433 L20.3174269,7.42886785 C20.110219,7.35226593 19.8801457,7.45814297 19.8035438,7.66535083 C19.8030863,7.66658827 19.802635,7.66782796 19.8021898,7.66906986 L16.857463,15.8835487 C16.8419374,15.9268582 16.834,15.9725215 16.834,16.0185297 L16.834,39.5940068 C16.834,39.8149207 17.0130861,39.9940068 17.234,39.9940068 L35.7901273,39.9940068 L35.7901273,39.9940068 C37.2712823,39.9940068 38.5141636,38.8837909 38.7193674,37.4117363 L38.7389599,37.2334008 L40.031418,19.2014373 C40.0379984,19.1198123 40.0412927,19.0379483 40.0412927,18.9560501 C40.0412927,17.3551775 38.8095632,16.0465885 37.2566231,15.9551598 L37.0827986,15.9500569 L23.860993,15.9508136 C23.6400791,15.9508263 23.4609828,15.7717504 23.4609702,15.5508365 C23.4609679,15.5106459 23.4670227,15.4706843 23.4789307,15.4322983 L24.5309842,12.0409582 L24.5309842,12.0409582 C24.9874031,10.569672 24.2659471,8.98929997 22.88219,8.38255136 L22.7196159,8.31692433 Z",
id: "LikeOutline-\u5F62\u72B6",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
var _default = LikeOutline;
exports.default = _default;