UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 838 B
const React = require("react"); function ComputerLaptopIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M7 5C5.352 5 4 6.352 4 8v6.738l-1.139 1.426C1.981 17.27 2.814 19 4.227 19h15.546c1.413 0 2.247-1.731 1.366-2.836L20 14.738V8c0-1.648-1.352-3-3-3Zm0 1.5h10c.837 0 1.5.663 1.5 1.5v6.25h-13V8c0-.837.663-1.5 1.5-1.5Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ComputerLaptopIcon); module.exports = ForwardRef;