@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 681 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 kiwi = [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M12 6v1", key: "1xj613" }],
["path", { d: "m15 9 1-1", key: "shj47" }],
["path", { d: "M17 12h1", key: "jz1enf" }],
["path", { d: "m15 15 1 1", key: "1hqfe6" }],
["path", { d: "M12 17v1", key: "y8y3f9" }],
["path", { d: "m8 16 1-1", key: "hbzh1h" }],
["path", { d: "M6 12h1", key: "4504rf" }],
["path", { d: "m8 8 1 1", key: "clr8k7" }]
];
export { kiwi as default };
//# sourceMappingURL=kiwi.js.map