@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 696 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 deskLamp = [
["path", { d: "m17 7 1-2", key: "lw9mw" }],
["rect", { width: "4", height: "4", x: "15", y: "7", key: "1jqa9o" }],
["path", { d: "M6 7v4", key: "mtt5p0" }],
["path", { d: "M9 7H3l1-5h4Z", key: "oih2pt" }],
["path", { d: "M22 22V12c0-.6-.4-1-1-1H3c-.6 0-1 .4-1 1v10", key: "x1ucem" }],
["path", { d: "M10 15H2", key: "1vwyk2" }],
["path", { d: "M10 11v8", key: "tzc2wo" }],
["path", { d: "M22 19H2", key: "nuriw5" }]
];
export { deskLamp as default };
//# sourceMappingURL=desk-lamp.js.map