UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 798 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 Monitor = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 6.422a2.25 2.25 0 012.25-2.25h15.5A2.25 2.25 0 0122 6.422v7.406a2.25 2.25 0 01-2.25 2.25h-7v2.25H15a.75.75 0 010 1.5H9a.75.75 0 010-1.5h2.25v-2.25h-7A2.25 2.25 0 012 13.828V6.422zm2.25-.75a.75.75 0 00-.75.75v7.406c0 .414.336.75.75.75h15.5a.75.75 0 00.75-.75V6.422a.75.75 0 00-.75-.75H4.25z", fill: "#323544" })); exports.default = Monitor;