mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-02 06:10:21 -05:00
CLAUDE branch
i made have screwed the pooch with this
This commit is contained in:
22
frontend/node_modules/lucide-react/dist/esm/icons/rectangle-goggles.js
generated
vendored
Normal file
22
frontend/node_modules/lucide-react/dist/esm/icons/rectangle-goggles.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @license lucide-react v0.515.0 - ISC
|
||||
*
|
||||
* This source code is licensed under the ISC license.
|
||||
* See the LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
import createLucideIcon from '../createLucideIcon.js';
|
||||
|
||||
const __iconNode = [
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z",
|
||||
key: "d5y1f"
|
||||
}
|
||||
]
|
||||
];
|
||||
const RectangleGoggles = createLucideIcon("rectangle-goggles", __iconNode);
|
||||
|
||||
export { __iconNode, RectangleGoggles as default };
|
||||
//# sourceMappingURL=rectangle-goggles.js.map
|
||||
Reference in New Issue
Block a user