@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
19 lines (16 loc) • 671 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 flowerRose = [
["path", { d: "M14 6a4 4 0 1 1-2-3.46", key: "1tmmew" }],
["circle", { cx: "12", cy: "6", r: "2", key: "1jj5th" }],
["path", { d: "M10 6a4 4 0 0 1 8 0v2A6 6 0 0 1 6 8V6", key: "1afcn7" }],
["path", { d: "M12 14v8", key: "1tn2tj" }],
["path", { d: "M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5", key: "i9nrne" }],
["path", { d: "M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5", key: "1ekthu" }]
];
export { flowerRose as default };
//# sourceMappingURL=flower-rose.js.map