UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

36 lines (32 loc) 944 B
/** * @license lucide-react v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createLucideIcon from '../createLucideIcon.mjs'; const __iconData = { name: "houses", size: 24, node: [ [ "path", { d: "m12.681 4.24.834-.715a1.45 1.45 0 011.88 0l5.09 4.364A1.45 1.45 0 0121 9v6.546a1.45 1.45 0 01-1 1.381", key: "1qphub" } ], [ "path", { d: "M15.485 11.889A1.45 1.45 0 0116 13v6.546A1.454 1.454 0 0114.546 21H4.364a1.454 1.454 0 01-1.454-1.454V13a1.45 1.45 0 01.515-1.111l5.09-4.364a1.45 1.45 0 011.88 0z", key: "11pwvt" } ], ["path", { d: "M7.41 20.546v-4a1 1 0 011-1h2a1 1 0 011 1v4", key: "grn8bu" }] ] }; __iconData.node; const Houses = createLucideIcon(__iconData); export { __iconData, Houses as default }; //# sourceMappingURL=houses.mjs.map