first commit
This commit is contained in:
18
node_modules/lucide-react/dist/esm/icons/hexagon.mjs
generated
vendored
Normal file
18
node_modules/lucide-react/dist/esm/icons/hexagon.mjs
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* lucide-react v0.0.1 - ISC
|
||||
*/
|
||||
|
||||
import createLucideIcon from '../createLucideIcon.mjs';
|
||||
|
||||
const Hexagon = createLucideIcon("Hexagon", [
|
||||
[
|
||||
"path",
|
||||
{
|
||||
d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",
|
||||
key: "yt0hxn"
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
export { Hexagon as default };
|
||||
//# sourceMappingURL=hexagon.mjs.map
|
||||
Reference in New Issue
Block a user