@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 480 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 houses = [
[
"path",
{
d: "M6 17H3c-.6 0-1-.4-1-1V8.5L8 4l10 7.5V19c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1v-7.5L16 4l6 4.5V16c0 .6-.4 1-1 1h-3",
key: "11pmf2"
}
],
["path", { d: "M10 20v-6h4v6", key: "1mw2pl" }]
];
export { houses as default };
//# sourceMappingURL=houses.js.map