antd-mobile-icons
Version:
The icon set for antd-mobile.
51 lines (45 loc) • 3.71 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 FolderOutline(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: "FolderOutline-FolderOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "FolderOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "FolderOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M41.1428572,8.80002768 L41.1428572,15.5697136 C42.7866652,15.9924635 44,17.4792138 44,19.2500124 L44,37.2999994 C44,40.4480207 41.441625,43 38.2857143,43 L9.71428596,43 C6.55837502,43 4,40.4480207 4,37.2999994 L4,14.5 C4,12.7675773 5.17477678,11.2539243 6.85665177,10.8198247 L6.85665177,8.79999837 C6.85665145,6.70131658 8.56223211,5 10.6661741,5 L37.3328257,5 C39.4372768,5 41.1428572,6.70134535 41.1428572,8.80002768 Z M6.85719895,14.5000149 L6.85719895,37.3000172 C6.85719895,38.8093041 8.03656812,40.0568249 9.54687888,40.1452774 L9.7143394,40.1500181 L38.285735,40.1500181 C39.798644,40.1500181 41.0493568,38.9737473 41.1381112,37.4672193 L41.1428731,37.3000192 L41.1428731,19.2500322 C41.1428731,18.7685297 40.7815557,18.3631083 40.3020482,18.3066961 L40.1904952,18.3000314 L29.632427,18.3000314 L24.1829243,13.7704458 C24.046666,13.6572006 23.8814135,13.5841577 23.705782,13.5595458 L23.5724487,13.5500457 L7.80960969,13.5500457 C7.32677544,13.5500457 6.92038752,13.9105774 6.86389651,14.3888943 L6.85719895,14.5000149 Z M30.7486029,15.4500313 L38.2857458,15.4500313 L38.2857458,8.80004549 C38.2857458,8.31854301 37.9244279,7.91312156 37.4449199,7.85670937 L37.3333667,7.85004469 L10.6667151,7.85004469 C10.1838803,7.85004469 9.77749195,8.21057641 9.72100088,8.68889329 L9.71433423,8.8000433 L9.71433423,10.700045 L25.0343341,10.700045 L30.7486029,15.4500313 Z",
id: "FolderOutline-\u5F62\u72B6",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
var _default = FolderOutline;
exports.default = _default;