@icongo/li
Version:
LibreICONS Icons
36 lines (35 loc) • 1.45 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIDeviceNotebook = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIDeviceNotebook = function LIDeviceNotebook(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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", {
fill: "#455a64",
d: "M11.571 9c0 .158-.127.571-.285.571H2.714c-.157 0-.285-.413-.285-.571V3c0-.158.128-.286.285-.286h8.572c.158 0 .285.128.285.286v6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#bbdefb",
d: "M3 3.286h8v5.143H3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#cfd8dc",
d: "M1 10.714h12v.572H1zM2.429 9 1 10.714h12L11.571 9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546e7a",
d: "m11 9.286.571.857H2.43L3 9.286z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90a4ae",
d: "m5.857 10.143-.286.571H8.43l-.286-.571z"
})]
}));
};
exports.LIDeviceNotebook = LIDeviceNotebook;