UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 787 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 Microchip = (props) => React.createElement("svg", { className: "lucide lucide-microchip", 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: "M18 12h2M18 16h2M18 20h2M18 4h2M18 8h2M4 12h2M4 16h2M4 20h2M4 4h2M4 8h2M8 2a2 2 0 00-2 2v16a2 2 0 002 2h8a2 2 0 002-2V4a2 2 0 00-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 01-3.876 0C9.994 2.227 9.776 2 9.5 2z" })); exports.default = Microchip;