@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
19 lines (16 loc) • 742 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const beeHive = [
["rect", { width: "10", height: "4", x: "7", y: "2", rx: "2", key: "9e5utf" }],
["rect", { width: "16", height: "4", x: "4", y: "6", rx: "2", key: "13t5kn" }],
["path", { d: "M14 14h6a2 2 0 1 0 0-4H4a2 2 0 1 0 0 4h6", key: "mvjpwm" }],
["rect", { width: "4", height: "8", x: "10", y: "10", rx: "2", key: "uo6s9r" }],
["path", { d: "M19 14a2 2 0 1 1 0 4H5a2 2 0 1 1 0-4", key: "xqcbgq" }],
["rect", { width: "14", height: "4", x: "5", y: "18", rx: "2", key: "4j3ov2" }]
];
export { beeHive as default };
//# sourceMappingURL=bee-hive.js.map