UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 967 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const DeviceLaptop64 = (_a) => { var { fill, size = '4rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M14.833 39.834h34.334v-25H14.833v25Zm37.334 0v-25.5a2.5 2.5 0 0 0-2.5-2.5H14.333a2.5 2.5 0 0 0-2.5 2.5v25.5H8a1.5 1.5 0 0 0-1.5 1.5V46a7.5 7.5 0 0 0 7.5 7.5h36a7.5 7.5 0 0 0 7.5-7.5v-4.666a1.5 1.5 0 0 0-1.5-1.5h-3.833Zm2.333 3h-45V46a4.5 4.5 0 0 0 4.5 4.5h36a4.5 4.5 0 0 0 4.5-4.5v-3.166ZM28 19a1 1 0 1 0 0 2h8a1 1 0 0 0 0-2h-8Z" }))); }; exports.default = DeviceLaptop64;