@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
29 lines (26 loc) • 773 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 bee = [
["path", { d: "m8 2 1.88 1.88", key: "fmnt4t" }],
["path", { d: "M14.12 3.88 16 2", key: "qol33r" }],
["path", { d: "M9 7V6a3 3 0 1 1 6 0v1", key: "ygny09" }],
[
"path",
{ d: "M5 7a3 3 0 1 0 2.2 5.1C9.1 10 12 7 12 7s2.9 3 4.8 5.1A3 3 0 1 0 19 7Z", key: "alnxb1" }
],
["path", { d: "M7.56 12h8.87", key: "zy8tq7" }],
["path", { d: "M7.5 17h9", key: "12rbth" }],
[
"path",
{
d: "M15.5 10.7c.9.9 1.4 2.1 1.5 3.3 0 5.8-5 8-5 8s-5-2.2-5-8c.1-1.2.6-2.4 1.5-3.3",
key: "1x6v6g"
}
]
];
export { bee as default };
//# sourceMappingURL=bee.js.map