UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.08 kB
"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 MonitorCode = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.03 4.343a.75.75 0 010 1.06l-1.97 1.972 1.97 1.972a.75.75 0 01-1.06 1.06l-2.5-2.502a.75.75 0 010-1.06l2.5-2.502a.75.75 0 011.06 0zM18.22 4.343a.75.75 0 000 1.06l1.97 1.972-1.97 1.972a.75.75 0 001.06 1.06l2.5-2.502a.75.75 0 000-1.06l-2.5-2.502a.75.75 0 00-1.06 0z", fill: "#323544" }), React.createElement("path", { d: "M22 15.344v-3.682a6.914 6.914 0 01-1.5 1.393v2.289a.75.75 0 01-.75.75H4.25a.75.75 0 01-.75-.75V6.75A.75.75 0 014.25 6h5.638a6.82 6.82 0 01.49-1.5H4.25A2.25 2.25 0 002 6.75v8.594a2.25 2.25 0 002.25 2.25h7v1.656H9a.75.75 0 000 1.5h6a.75.75 0 000-1.5h-2.25v-1.656h7a2.25 2.25 0 002.25-2.25z", fill: "#323544" })); exports.default = MonitorCode;