UNPKG

@semcore/icon

Version:
30 lines 1.22 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootLaptop({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Laptop", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.25 2C2.56 2 2 2.56 2 3.25v7.5c0 .69.56 1.25 1.25 1.25h9.5c.69 0 1.25-.56 1.25-1.25v-7.5C14 2.56 13.44 2 12.75 2h-9.5ZM4 10V4h8v6H4Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M16 13H0v2h16v-2Z", shapeRendering: "geometricPrecision" })); } RootLaptop.displayName = 'Laptop'; const Laptop = createBaseComponent(RootLaptop); export { Laptop as default };