UNPKG

@lucide/lab

Version:

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

17 lines (14 loc) 519 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 yinYang = [ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }], ["circle", { cx: "12", cy: "7", r: ".5", key: "mkwsql" }], ["path", { d: "M12 22a5 5 0 1 0 0-10 5 5 0 1 1 0-10", key: "13i4wz" }], ["circle", { cx: "12", cy: "17", r: ".5", key: "1wuz4s" }] ]; export { yinYang as default }; //# sourceMappingURL=yin-yang.js.map