first commit
This commit is contained in:
25
node_modules/lucide-react/dist/esm/icons/brain.mjs
generated
vendored
Normal file
25
node_modules/lucide-react/dist/esm/icons/brain.mjs
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* lucide-react v0.0.1 - ISC
|
||||
*/
|
||||
|
||||
import createLucideIcon from '../createLucideIcon.mjs';
|
||||
|
||||
const Brain = createLucideIcon("Brain", [
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M9.5 2A2.5 2.5 0 0 1 12 4.5v15a2.5 2.5 0 0 1-4.96.44 2.5 2.5 0 0 1-2.96-3.08 3 3 0 0 1-.34-5.58 2.5 2.5 0 0 1 1.32-4.24 2.5 2.5 0 0 1 1.98-3A2.5 2.5 0 0 1 9.5 2Z",
|
||||
key: "1mhkh5"
|
||||
}
|
||||
],
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M14.5 2A2.5 2.5 0 0 0 12 4.5v15a2.5 2.5 0 0 0 4.96.44 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-1.98-3A2.5 2.5 0 0 0 14.5 2Z",
|
||||
key: "1d6s00"
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
export { Brain as default };
|
||||
//# sourceMappingURL=brain.mjs.map
|
||||
Reference in New Issue
Block a user