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 TextOutline(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: "TextOutline-TextOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "TextOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "TextOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M31.3431458,3 C32.4040117,3 33.4214274,3.42142736 34.1715729,4.17157288 L41.8284271,11.8284271 C42.5785726,12.5785726 43,13.5959883 43,14.6568542 L43,39 C43,42.3137085 40.3137085,45 37,45 L11,45 C7.6862915,45 5,42.3137085 5,39 L5,9 C5,5.6862915 7.6862915,3 11,3 L31.3431458,3 Z M30,6 L11,6 C9.40231912,6 8.09633912,7.24891996 8.00509269,8.82372721 L8,9 L8,39 C8,40.5976809 9.24891996,41.9036609 10.8237272,41.9949073 L11,42 L37,42 C38.5976809,42 39.9036609,40.75108 39.9949073,39.1762728 L40,39 L40,17 L33,17 C31.3431458,17 30,15.6568542 30,14 L30,6 Z M37,25.4 L37,27.6 C37,27.8209139 36.8209139,28 36.6,28 L11.4,28 C11.1790861,28 11,27.8209139 11,27.6 L11,25.4 C11,25.1790861 11.1790861,25 11.4,25 L36.6,25 C36.8209139,25 37,25.1790861 37,25.4 Z M24,19.4 L24,21.6 C24,21.8209139 23.8209139,22 23.6,22 L11.4,22 C11.1790861,22 11,21.8209139 11,21.6 L11,19.4 C11,19.1790861 11.1790861,19 11.4,19 L23.6,19 C23.8209139,19 24,19.1790861 24,19.4 Z M33,8.20775065 L33,13.5969918 C33,13.8179057 33.1790861,13.9969918 33.4,13.9969918 C33.400999,13.9969918 33.4019979,13.9969881 33.4029969,13.9969806 L38.7516527,13.9569061 C38.9725604,13.955251 39.1502997,13.7748282 39.1486446,13.5539205 C39.1478576,13.4488816 39.1057843,13.3483675 39.031512,13.2740882 L33.6828562,7.92492145 C33.526654,7.76870427 33.273388,7.76869218 33.1171708,7.92489443 C33.042148,7.99991008 33,8.10165744 33,8.20775065 Z",
id: "TextOutline-\u5F62\u72B6",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
var _default = TextOutline;
exports.default = _default;