@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
16 lines (13 loc) • 455 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 caseCamel = [
["circle", { cx: "7", cy: "13", r: "3", key: "1uvc11" }],
["path", { d: "M10 10v6", key: "1xpje5" }],
["path", { d: "M14 12h4.5a2 2 0 0 1 0 4H14V8h4a2 2 0 0 1 0 4", key: "1mk5vw" }]
];
export { caseCamel as default };
//# sourceMappingURL=case-camel.js.map