@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 479 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 eggCup = [
["path", { d: "M18 11c0-3.3-2.7-9-6-9s-6 5.7-6 9", key: "4quedx" }],
["path", { d: "M19 11a7 7 0 1 1-14 0Z", key: "w8qu0c" }],
["path", { d: "M12 18v4", key: "jadmvz" }],
["path", { d: "M9 22h6", key: "1rlq3v" }]
];
export { eggCup as default };
//# sourceMappingURL=egg-cup.js.map