iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.17 kB
JavaScript
;
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 LaptopPhone = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.247 3.25a2.25 2.25 0 00-2.25 2.25v8.174c-.13.177-.234.375-.308.59l-1.212 3.5a2.25 2.25 0 002.126 2.986h5.144v-1.5H4.603a.75.75 0 01-.708-.995l1.211-3.5a.75.75 0 01.709-.505h3.932v-1.5h-4.25V5.5a.75.75 0 01.75-.75h11.5a.75.75 0 01.75.75v4.25h1.5V5.5a2.25 2.25 0 00-2.25-2.25h-11.5zM15.812 18.25a.8.8 0 01.8-.8h.01a.8.8 0 010 1.6h-.01a.8.8 0 01-.8-.8z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.592 13.5a2.25 2.25 0 012.25-2.25h3.56a2.25 2.25 0 012.25 2.25v6.25a2.25 2.25 0 01-2.25 2.25h-3.56a2.25 2.25 0 01-2.25-2.25V13.5zm2.25-.75a.75.75 0 00-.75.75v6.25c0 .414.336.75.75.75h3.56a.75.75 0 00.75-.75V13.5a.75.75 0 00-.75-.75h-3.56z", fill: "#323544" }));
exports.default = LaptopPhone;