@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.79 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBook = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBook = function LIBook(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.555 11.542c-.446-.523-1.19-1.083-1.91-1.437a6.185 6.185 0 0 0-2.204-.633 6.42 6.42 0 0 1-.285-.031c-.002 0 .002-1.615.01-3.585l.014-3.58.142.013a6.358 6.358 0 0 1 2.597.88 6.43 6.43 0 0 1 1.718 1.602l.106.148v3.402c0 1.87-.008 3.4-.018 3.4a1.27 1.27 0 0 1-.17-.179zm.726-3.23V4.897l.204-.273a6.939 6.939 0 0 1 1.133-1.133 6.028 6.028 0 0 1 3.087-1.204l.147-.015v7.172l-.17.016c-1.608.15-3.002.813-4.092 1.947l-.309.321V8.312zm.996 3.184a5.739 5.739 0 0 1 2.306-1.299 5.85 5.85 0 0 1 1.389-.21c.199 0 .309-.042.371-.144.047-.077.047-.11.048-3.016V3.889l.087.016c.049.01.186.048.305.086L13 4.06v3.667c0 2.016-.008 3.666-.018 3.666-.01 0-.155-.03-.322-.069a7.224 7.224 0 0 0-1.922-.18 7.3 7.3 0 0 0-2.343.422l-.305.105.187-.176zm-2.672.057a8.439 8.439 0 0 0-1.253-.32 7.06 7.06 0 0 0-1.472-.09 6.633 6.633 0 0 0-1.493.17 17.22 17.22 0 0 1-.323.073L1 11.4V4.046l.276-.08.304-.09c.023-.01.03.59.03 2.935 0 3.206-.008 3.027.13 3.117.047.03.146.045.428.062a5.694 5.694 0 0 1 3.057 1.082c.188.138.638.518.663.56.018.029.006.026-.282-.078z"
})
}));
};
exports.LIBook = LIBook;