antd-mobile-icons
Version:
The icon set for antd-mobile.
51 lines (45 loc) • 4.27 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 CloseShieldOutline(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: "CloseShieldOutline-CloseShieldOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "CloseShieldOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "CloseShieldOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M23.5,4 L39.8608414,7.3485224 C41.6942831,7.74819585 43,9.35541667 43,11.212546 L43,29.7608837 C43,32.637301 41.4221454,35.2872082 38.8789667,36.681899 L25.4394833,43.5037686 C24.2329985,44.1654105 22.7670015,44.1654105 21.5605167,43.5037686 L9.12103331,36.681899 C6.57785456,35.2872082 5,32.637301 5,29.7608837 L5,11.212546 C5,9.35541667 6.30571695,7.74819585 8.1391586,7.3485224 L23.5,4 Z M23.5,7.03778638 L8.78478965,10.2465401 C8.36462594,10.3381319 8.05532106,10.6833926 8.00668805,11.0979156 L8,11.212546 L8,29.7608837 C8,31.480481 9.90227033,33.0705522 11.3717744,33.9684245 L11.5756458,34.0865183 L23.0151292,40.9083879 C23.2790477,41.053122 23.5926385,41.0712138 23.8689752,40.9626632 L23.9848708,40.9083879 L37.4243542,34.0865183 C38.9447328,33.2527357 39.9131065,31.7011782 39.9944389,29.9945186 L40,29.7608837 L40,11.212546 C40,10.7869539 39.7257088,10.4138599 39.3269393,10.2776704 L39.2152103,10.2465401 L23.5,7.03778638 Z M20.3495844,18 C20.4549192,18 20.5560025,18.0415492 20.6308884,18.1156269 L23.757,21.208 L26.8831116,18.1156269 C26.9579975,18.0415492 27.0590808,18 27.1644156,18 L30.270713,18 C30.4916269,18 30.670713,18.1790861 30.670713,18.4 C30.670713,18.5068532 30.6279608,18.6092645 30.5519876,18.6844022 L25.879,23.306 L30.8231343,28.1966225 C30.9801916,28.35198 30.9815696,28.6052422 30.8262122,28.7622996 C30.7510764,28.8382575 30.6486757,28.881 30.5418347,28.881 L27.4364131,28.881 C27.3310798,28.881 27.2299978,28.839452 27.1551121,28.7653761 L23.758,25.405 L20.3598807,28.7654162 C20.2849985,28.8394675 20.1839338,28.881 20.0786202,28.881 L16.9731653,28.881 C16.7522514,28.881 16.5731653,28.7019139 16.5731653,28.481 C16.5731653,28.374159 16.6159078,28.2717583 16.6918657,28.1966225 L21.636,23.306 L16.9638569,18.684376 C16.8068004,18.5290177 16.8054237,18.2757554 16.960782,18.1186989 C17.0359177,18.0427419 17.1383178,18 17.245158,18 L20.3495844,18 Z",
id: "CloseShieldOutline-\u5F62\u72B6\u7ED3\u5408",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
var _default = CloseShieldOutline;
exports.default = _default;