UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 804 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Laptop2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M6 4.5a2.25 2.25 0 00-2.25 2.25V15h-1a.75.75 0 00-.67 1.085l1.085 2.171A2.25 2.25 0 005.177 19.5h13.646a2.25 2.25 0 002.012-1.244l1.086-2.17A.75.75 0 0021.25 15h-1V6.75A2.25 2.25 0 0018 4.5H6zm14.037 12l-.543 1.085a.75.75 0 01-.671.415H5.177a.75.75 0 01-.67-.415L3.963 16.5h16.073zM18.75 15H5.25V6.75A.75.75 0 016 6h12a.75.75 0 01.75.75V15z", fill: "#323544" })); exports.default = Laptop2;