react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 526 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.laptop = void 0;
var laptop = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M19.754,15.631C19.507,15.26,18,13,18,13V4c0-1.102-0.9-2-2-2H4C2.899,2,2,2.898,2,4v9c0,0-1.507,2.26-1.754,2.631\r\n\tC0,16,0,16.213,0,16.5V17c0,0.5,0.5,1,0.999,1h18.002C19.5,18,20,17.5,20,17v-0.5C20,16.213,20,16,19.754,15.631z M7,16l0.6-1h4.8\r\n\tl0.6,1H7z M16,12H4V4h12V12z"
}
}]
};
exports.laptop = laptop;
;