UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.02 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 Brain = (props) => React.createElement("svg", { className: "lucide lucide-brain", 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 18z" }), React.createElement("path", { d: "M12 5a3 3 0 115.997.125 4 4 0 012.526 5.77 4 4 0 01-.556 6.588A4 4 0 1112 18z" }), React.createElement("path", { d: "M15 13a4.5 4.5 0 01-3-4 4.5 4.5 0 01-3 4M17.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" })); exports.default = Brain;