@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
32 lines (31 loc) • 1.28 kB
JavaScript
/**
* Copyright IBM Corp. 2016, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
const require_Icon = require("./Icon-2zUDcllO.js");
const require_iconPropTypes = require("./iconPropTypes-DaTOKOBs.js");
let react = require("react");
react = require_Icon.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region virtual:Laptop.js
const Laptop = /* @__PURE__ */ react.default.forwardRef(function Laptop({ children, size = 16, ...rest }, ref) {
return react.default.createElement(require_Icon.Icon, {
width: size,
height: size,
ref,
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
fill: "currentColor",
...rest
}, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
transform: "translate(0 .005)"
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26.005H30V28.005H2z" }), children);
});
if (process.env.NODE_ENV !== "production") Laptop.propTypes = require_iconPropTypes.iconPropTypes;
//#endregion
module.exports = Laptop;