UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 841 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 MonitorCog = (props) => React.createElement("svg", { className: "lucide lucide-monitor-cog", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M12 17v4M15.2 4.9l-.9-.4M15.2 7.1l-.9.4M16.9 3.2l-.4-.9M16.9 8.8l-.4.9M19.5 2.3l-.4.9M19.5 9.7l-.4-.9M21.7 4.5l-.9.4M21.7 7.5l-.9-.4M22 13v2a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h7M8 21h8" }), React.createElement("circle", { cx: "18", cy: "6", r: "3" })); exports.default = MonitorCog;