@icongo/li
Version:
LibreICONS Icons
14 lines • 579 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LITechLaptop = props => /*#__PURE__*/_jsx("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", {
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"
})
}));
export { LITechLaptop };