UNPKG

@lucide/lab

Version:

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

16 lines (13 loc) 474 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 lightSwitch = [ ["rect", { width: "20", height: "20", x: "2", y: "2", rx: "2", key: "1btzen" }], ["rect", { width: "4", height: "8", x: "10", y: "8", key: "x8huvc" }], ["path", { d: "M10 12h4", key: "a56b0p" }] ]; export { lightSwitch as default }; //# sourceMappingURL=light-switch.js.map