@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 981 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LITechLaptop = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LITechLaptop = function LITechLaptop(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: "M11.8 10.6V3.396c0-.66-.536-1.196-1.196-1.196H3.396c-.66 0-1.196.536-1.196 1.196V10.6H1v.6c0 .334.266.6.595.6h10.81a.602.602 0 0 0 .595-.6v-.6h-1.2zM3.4 3.4h7.2v5.4H3.4V3.4zM5.8 10h2.4v.6H5.8V10z"
})
}));
};
exports.LITechLaptop = LITechLaptop;