UNPKG

@lucide/lab

Version:

Lucide lab is a project with icons that are nicely designed but have unknown use cases.

18 lines (15 loc) 632 B
/** * @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 mealBox = [ ["rect", { width: "20", height: "20", x: "2", y: "2", rx: "6", key: "1jp5ib" }], ["path", { d: "M22 12c0 3.3-2.7 6-6 6H8c-3.3 0-6-2.7-6-6", key: "t0pv61" }], ["path", { d: "M7 6h10", key: "1bwv94" }], ["rect", { width: "4", height: "4", x: "6", y: "10", rx: "1", key: "1mtm3b" }], ["rect", { width: "4", height: "4", x: "14", y: "10", rx: "1", key: "wewuac" }] ]; export { mealBox as default }; //# sourceMappingURL=meal-box.js.map