UNPKG

@lucide/lab

Version:

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

16 lines (13 loc) 485 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 candleHolder = [ ["rect", { width: "4", height: "7", x: "8", y: "11", key: "11vyao" }], ["path", { d: "M18 18a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4h18a2 2 0 1 0-2-2Z", key: "13174f" }], ["path", { d: "M10 9v2", key: "1lvof4" }] ]; export { candleHolder as default }; //# sourceMappingURL=candle-holder.js.map