@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
16 lines (13 loc) • 477 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 candleTealight = [
["path", { d: "M12 12V7", key: "1tf3mz" }],
["ellipse", { cx: "12", cy: "13", rx: "10", ry: "3", key: "1u2m43" }],
["path", { d: "M2 13v6c0 1.7 4.5 3 10 3s10-1.3 10-3v-6", key: "ac4evn" }]
];
export { candleTealight as default };
//# sourceMappingURL=candle-tealight.js.map