antd-mobile-icons
Version:
The icon set for antd-mobile.
39 lines (37 loc) • 3.38 kB
JavaScript
import * as React from "react";
function FileWrongOutline(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: "FileWrongOutline-FileWrongOutline",
stroke: "none",
strokeWidth: 1,
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("g", {
id: "FileWrongOutline-\u7F16\u7EC4"
}, /*#__PURE__*/React.createElement("rect", {
id: "FileWrongOutline-\u77E9\u5F62",
fill: "#FFFFFF",
opacity: 0,
x: 0,
y: 0,
width: 48,
height: 48
}), /*#__PURE__*/React.createElement("path", {
d: "M38,4 C41.3137085,4 44,6.68555597 44,9.99835714 L44,27.593 C44,27.8139139 43.8209139,27.993 43.6,27.993 L41.4,27.993 C41.1790861,27.993 41,27.8139139 41,27.593 L41,9.99835714 C41,8.40111372 39.75108,7.09549131 38.1762728,7.00426987 L38,6.99917857 L10,6.99917857 C8.40231912,6.99917857 7.09633912,8.24775657 7.00509269,9.82213262 L7,9.99835714 L7,37.9912381 C7,39.5884815 8.24891996,40.8941039 9.82372721,40.9853253 L10,40.9904166 L26.6,40.9900098 C26.7932997,40.9899965 26.9545783,41.1271043 26.9918812,41.3093765 L27,41.39 L27,41.39 L27,43.589 C26.999986,43.8099084 26.8209084,43.9889923 26.6,43.989014 L10,43.9895952 C6.6862915,43.9895952 4,41.3040392 4,37.9912381 L4,9.99835714 C4,6.68555597 6.6862915,4 10,4 L38,4 Z M41.6719687,31.2652801 L43.2275262,32.8204117 C43.3643139,32.9569909 43.381439,33.1679701 43.2789489,33.3232435 L43.2275059,33.3859993 L43.2275059,33.3859993 L39.621,36.991 L43.2275232,40.5964595 C43.3642972,40.7330525 43.3814226,40.9440333 43.278934,41.099308 L43.2275262,41.1620645 L43.2275262,41.1620645 L41.6719687,42.717196 C41.5157121,42.8733261 41.2624784,42.8733102 41.1062414,42.7171605 L37.5,39.111 L33.8937586,42.7171605 C33.7375216,42.8733102 33.4842879,42.8733261 33.3280313,42.717196 L31.7724738,41.1620645 C31.635733,41.0254383 31.6186139,40.8144532 31.7211046,40.6591791 L31.7724404,40.5964231 L31.7724404,40.5964231 L35.378,36.991 L31.7724577,33.3860357 C31.6357096,33.2494169 31.6186005,33.0384327 31.7210998,32.8831647 L31.7724738,32.8204117 L31.7724738,32.8204117 L33.3280313,31.2652801 C33.4843206,31.1092247 33.7375129,31.1092166 33.8938123,31.265262 L37.5,34.87 L41.1061877,31.265262 C41.2624871,31.1092166 41.5156794,31.1092247 41.6719687,31.2652801 Z M19.6,29 C19.8209139,29 20,29.1790861 20,29.4 L20,31.6 C20,31.8209139 19.8209139,32 19.6,32 L14.4,32 C14.1790861,32 14,31.8209139 14,31.6 L14,29.4 C14,29.1790861 14.1790861,29 14.4,29 L19.6,29 Z M33.6,23 C33.8209139,23 34,23.1790861 34,23.4 L34,25.6 C34,25.8209139 33.8209139,26 33.6,26 L14.4,26 C14.1790861,26 14,25.8209139 14,25.6 L14,23.4 C14,23.1790861 14.1790861,23 14.4,23 L33.6,23 Z M33.6,17 C33.8209139,17 34,17.1790861 34,17.4 L34,19.6 C34,19.8209139 33.8209139,20 33.6,20 L14.4,20 C14.1790861,20 14,19.8209139 14,19.6 L14,17.4 C14,17.1790861 14.1790861,17 14.4,17 L33.6,17 Z",
id: "FileWrongOutline-\u5F62\u72B6\u7ED3\u5408",
fill: "currentColor",
fillRule: "nonzero"
}))));
}
export default FileWrongOutline;