UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.21 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 BrainCog = (props) => React.createElement("svg", { className: "lucide lucide-brain-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 5a3 3 0 10-5.997.142 4 4 0 00-2.526 5.77 4 4 0 00.556 6.588 4 4 0 007.636 2.106 3.2 3.2 0 00.164-.546c.028-.13.306-.13.335 0a3.2 3.2 0 00.163.546 4 4 0 007.636-2.106 4 4 0 00.556-6.588 4 4 0 00-2.526-5.77A3 3 0 1012 5M17.599 6.5a3 3 0 00.399-1.375M6.003 5.125A3 3 0 006.401 6.5M3.477 10.896a4 4 0 01.585-.396M19.938 10.5a4 4 0 01.585.396M6 18a4 4 0 01-1.967-.516M19.967 17.484A4 4 0 0118 18" }), React.createElement("circle", { cx: "12", cy: "12", r: "3" }), React.createElement("path", { d: "M15.7 10.4l-.9.4M9.2 13.2l-.9.4M13.6 15.7l-.4-.9M10.8 9.2l-.4-.9M15.7 13.5l-.9-.4M9.2 10.9l-.9-.4M10.5 15.7l.4-.9M13.1 9.2l.4-.9" })); exports.default = BrainCog;