@icongo/li
Version:
LibreICONS Icons
28 lines • 994 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIDeviceNotebook = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_jsx("path", {
fill: "#bbdefb",
d: "M3 3.286h8v5.143H3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#cfd8dc",
d: "M1 10.714h12v.572H1zM2.429 9 1 10.714h12L11.571 9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#546e7a",
d: "m11 9.286.571.857H2.43L3 9.286z"
}), /*#__PURE__*/_jsx("path", {
fill: "#90a4ae",
d: "m5.857 10.143-.286.571H8.43l-.286-.571z"
})]
}));
export { LIDeviceNotebook };