@uiw/file-icons
Version:
File icons in the file tree
24 lines (23 loc) • 2.8 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MicrosoftInfopath = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var MicrosoftInfopath = function MicrosoftInfopath(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props), {}, {
className: "ffont ".concat(props.className ? props.className : ''),
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M45.3515995,7.30000046 C44.238415,6.24500309 43.3057569,4.95000438 41.9619227,4.18000396 C40.0614949,3.41500417 38.8029038,5.40500355 37.6245353,6.51000246 C36.5966102,7.7250006 34.6159514,8.93500376 35.3380135,10.7849991 C35.6689614,11.9650036 38.0958832,12.1550033 38.0958832,12.1550033 L38.0958832,13.9999982 L27.0643989,14.0349973 L27.0643989,3 L24.0407652,3 L1,7.01000271 L1,41.9999994 L23.9154122,45.9999945 L27.0643989,46 L27.0593841,41.6949986 C27.9368879,41.780001 28.9422589,42.2404481 29.7420404,41.6600008 C30.9874846,40.7561119 31.9583663,39.535004 33.051489,38.4600031 C34.7244395,36.890063 35.7835994,34.4508928 31.5772844,33.8399999 L31.5772789,32.0150034 L40.6231006,32.0150034 C43.6941101,31.87443 44.088021,32.1799667 44.1281008,28.4999985 L44.113062,12.1600002 C44.113062,12.1600002 46.7123671,11.8193721 46.966207,10.4050021 C47.2063816,9.06675681 46.1137689,8.16500316 45.3515995,7.30000046 Z M11.9913743,32.6599964 L11.9963891,16.1549993 L14.9949489,15.9949982 L15.0300483,33.0099959 L11.9913743,32.6599964 Z M33.1317172,35.5599937 C32.4246967,37.4799935 30.5593751,38.6699941 29.2456241,40.1749938 C28.4734197,41.0549931 27.6310166,39.9149971 27.0543694,39.4249928 L27.0543694,15.5250026 L38.0958887,15.4999989 L38.0958887,18.5000001 L30.0729883,18.5000001 L30.0729883,35.5599938 L33.1317172,35.5599938 Z M31.5772789,20.0000006 L38.0958832,20.0000006 L38.0958832,25.999996 L31.5772789,25.999996 L31.5772789,20.0000006 Z M42.6087714,10.52 L42.5887123,30.4799966 L31.5772844,30.4999984 L31.5772844,27.4999973 L39.600182,27.4999973 L39.600182,10.52 C38.5521896,10.500003 37.5092119,10.4700036 36.4762638,10.4050004 C37.3537675,8.55500436 39.0786918,7.30500092 40.4375731,5.82000277 C41.0142176,5.08500183 41.8415818,5.77500169 42.267794,6.29000417 C43.4311181,7.63999975 44.9855565,8.72500092 45.7276749,10.3949987 C44.6846918,10.4699982 43.6417195,10.500003 42.6087714,10.52 Z",
fillRule: "evenodd"
})
}));
};
exports.MicrosoftInfopath = MicrosoftInfopath;
;