@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 526 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 caseSnakeUpper = [
["path", { d: "M2 16v-5.5a2.5 2.5 0 0 1 5 0V16", key: "hgrh77" }],
["path", { d: "M7 13H2", key: "29ve54" }],
["path", { d: "M11 16h2", key: "3xe00a" }],
["path", { d: "M17 12h3a2 2 0 1 1 0 4h-3V8h2.5a2 2 0 0 1 .1 4", key: "cutigu" }]
];
export { caseSnakeUpper as default };
//# sourceMappingURL=case-snake-upper.js.map