UNPKG

@lucide/lab

Version:

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

15 lines (12 loc) 388 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 house = [ ["path", { d: "m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z", key: "134apc" }], ["path", { d: "M9 22V12h6v10", key: "n6kple" }] ]; export { house as default }; //# sourceMappingURL=house.js.map