iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.1 kB
JavaScript
"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 BrainCircuit = (props) => React.createElement("svg", { className: "lucide lucide-brain-circuit", 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 5a3 3 0 10-5.997.125 4 4 0 00-2.526 5.77 4 4 0 00.556 6.588A4 4 0 1012 18zM9 13a4.5 4.5 0 003-4M6.003 5.125A3 3 0 006.401 6.5M3.477 10.896a4 4 0 01.585-.396M6 18a4 4 0 01-1.967-.516M12 13h4M12 18h6a2 2 0 012 2v1M12 8h8M16 8V5a2 2 0 012-2" }),
React.createElement("circle", { cx: "16", cy: "13", r: ".5" }),
React.createElement("circle", { cx: "18", cy: "3", r: ".5" }),
React.createElement("circle", { cx: "20", cy: "21", r: ".5" }),
React.createElement("circle", { cx: "20", cy: "8", r: ".5" }));
exports.default = BrainCircuit;