@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
18 lines (15 loc) • 679 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 flowerLotus = [
["path", { d: "M12 20c0-5.5-4.5-10-10-10 0 5.5 4.5 10 10 10", key: "ljwpiw" }],
["path", { d: "M9.7 8.3c-1.8-2-3.8-3.1-3.8-3.1s-.8 2.5-.5 5.4", key: "1mtfva" }],
["path", { d: "M15 12.9V12c0-4.4-3-8-3-8s-3 3.6-3 8v.9", key: "1s2qdn" }],
["path", { d: "M18.6 10.6c.3-2.9-.5-5.4-.5-5.4s-2 1-3.8 3.1", key: "od7r68" }],
["path", { d: "M12 20c5.5 0 10-4.5 10-10-5.5 0-10 4.5-10 10", key: "5gyawo" }]
];
export { flowerLotus as default };
//# sourceMappingURL=flower-lotus.js.map