@uiw/file-icons
Version:
File icons in the file tree
24 lines (23 loc) • 3.85 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MicrosoftOnenote = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var MicrosoftOnenote = function MicrosoftOnenote(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.6428398,28.1609321 C46.175144,25.1379099 45.9944525,22.0465142 45.7307404,19.003956 C45.9163169,16.1420918 46.175144,13.2509312 45.803996,10.3939574 C45.6233097,8.83116367 43.7675698,8.97279078 42.6150606,8.76767547 C42.4441393,8.25488465 42.273218,7.74209382 42.1120617,7.22441771 C37.5752755,6.54069832 32.9505886,7.08767588 28.3796223,6.91186203 L28.3747372,3 L25.454399,3 L3,6.91674731 L3.00488508,41.0930233 L25.3176578,45 L28.3747372,45 L28.3796223,41.1335409 L39.1135776,41.1335409 C40.0951655,41.0895887 41.1841892,41.1955835 42.0632212,40.6437258 C42.4929747,39.9355851 42.4783246,39.061396 42.6443608,38.2653509 C43.7822199,38.0504702 45.5842342,38.1579105 45.7942259,36.6390741 C46.0921233,33.8309326 46.0872434,30.959303 45.6428398,28.1609321 Z M21.0201687,31.8383774 C19.9653303,31.79442 18.9202569,31.7358171 17.8751836,31.6772091 C15.931543,27.941166 13.8267513,24.2881421 11.9465963,20.5179072 C12.0540321,24.1318642 11.9905466,27.7507015 12.0003167,31.3646534 C11.1115146,31.3060505 10.2324826,31.2523278 9.34856554,31.198605 C9.36322077,26.2367452 9.35833569,21.2700052 9.34856554,16.3081402 C10.3545737,16.2544226 11.3556916,16.2006998 12.3665797,16.1469771 C14.2760349,19.6437232 16.2147904,23.1258186 18.0705251,26.6567463 C18.0705251,26.6567463 18.0705251,19.4239572 18.0900603,15.8100001 C19.061878,15.7562773 20.0385808,15.7025597 21.0201687,15.6586075 C21.0201687,21.050234 21.0201687,26.4467458 21.0201687,31.8383774 Z M41.0767585,17.3143089 L41.0767585,38.7929104 L28.3747372,38.7929104 L28.3747372,35.7160424 L37.6534162,35.7160424 L37.6534162,33.7723246 L28.3747372,33.7723246 L28.3747372,31.3206961 L37.6534162,31.3206961 L37.6534162,29.3769732 L28.3747372,29.3769732 L28.3747372,26.9253447 L37.6534162,26.9253447 L37.6534162,24.9816269 L28.3747372,24.9816269 L28.3747372,22.5299984 L37.6485311,22.5299984 L37.6534162,20.5862755 L28.3747372,20.5862755 L28.3747372,18.134647 L37.6534162,18.134647 L37.6534162,16.1909292 L28.3747372,16.1909292 L28.3747372,13.7393008 L37.6534162,13.7393008 L37.6534162,11.7955778 L28.3747372,11.7955778 C28.3747372,11.7955778 28.3747372,10.3498925 28.3747372,9.20708962 L41.0767585,9.20708962 L41.0767585,11.1508126 C42.1999674,11.1556927 42.7352858,11.1752287 43.8633798,11.2240662 C43.9268602,13.7929056 43.9512805,14.6819812 43.8438447,17.2508207 C42.7255156,17.2898876 41.0767585,17.3143089 41.0767585,17.3143089 Z M44.4512653,36.6146528 C43.8066402,36.6537248 43.1669001,36.6927968 42.532045,36.7318637 C42.52716,34.1044214 42.52716,31.4818592 42.532045,28.8544169 C43.1669001,28.8837235 43.8066402,28.9179102 44.4512653,28.9520919 C44.5245159,31.5062805 44.5196359,34.0604641 44.4512653,36.6146528 Z M44.4268502,27.3600017 C43.7919901,27.3893032 43.1620201,27.4186047 42.532045,27.4430208 C42.5271651,24.8204638 42.5271651,22.1979067 42.532045,19.580235 C43.1669001,19.6046512 43.8017551,19.6339577 44.4415003,19.6632541 C44.5245159,22.2320935 44.539166,24.7960476 44.4268502,27.3600017 Z",
fillRule: "evenodd"
})
}));
};
exports.MicrosoftOnenote = MicrosoftOnenote;
;