UNPKG

@icongo/gi

Version:
25 lines (24 loc) 1.65 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GILaptop = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GILaptop = function GILaptop(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M0 0h512v512H0z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M73 25v238h366V25H283v16h140v192H89V41h140V25H73zm174 0v16h18V25h-18zM107 59v156h298V59H107zM71.03 281l-43.5 174H484.5L441 281h-29.9l20 96h-99.6l16 64H163.8l20-64H80.93l19.97-96H71.03zm48.27 0-2.9 14H147l2.3-14h-30zm48.4 0-2.3 14h30.7l1.7-14h-30.1zm48.2 0-1.7 14H247v-14h-31.1zm49.1 0v14h32.8l-1.7-14H265zm49.2 0 1.7 14h30.7l-2.3-14h-30.1zm48.5 0 2.3 14h30.6l-2.9-14h-30zm-250 32-3 14h31.9l2.4-14h-31.3zm49.7 0-2.4 14h32.1l1.7-14h-31.4zm49.5 0-1.7 14H247v-14h-35.1zm53.1 0v14h36.8l-1.7-14H265zm53.2 0 1.7 14H352l-2.4-14h-31.4zm49.8 0 2.4 14h31.9l-3-14H368zm-262 32-2.9 14h33.2l2.3-14H106zm51 0-2.3 14h33.4l1.7-14H157zm50.9 0-1.7 14H247v-14h-39.1zm57.1 0v14h40.8l-1.7-14H265zm57.2 0 1.7 14h33.4l-2.3-14h-32.8zm51.2 0 2.3 14h33.2l-2.9-14h-32.6zm-170.8 32-14.4 46h136.3L313 377H202.6zM28 473v18h456v-18H28z" })] })); }; exports.GILaptop = GILaptop;