UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 977 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: "building-complex-plus", size: 24, node: [ ["path", { d: "M10 12h4", key: "a56b0p" }], ["path", { d: "M10 21v-3a2 2 0 013.05-1.702", key: "m393w2" }], ["path", { d: "M10 8h4", key: "1sr2af" }], ["path", { d: "M16 19h6", key: "xwg31i" }], ["path", { d: "M18 7h2a2 2 0 012 2v4.355", key: "p613ng" }], ["path", { d: "M19 16v6", key: "tddt3s" }], ["path", { d: "M6 10H4a2 2 0 00-2 2v7a2 2 0 002 2h8.535", key: "s5wgjh" }], ["path", { d: "M6 21V5a2 2 0 012-2h8a2 2 0 012 2v7.126", key: "hmp3za" }] ] }; __iconData.node; const BuildingComplexPlus = createLucideIcon(__iconData); export { __iconData, BuildingComplexPlus as default }; //# sourceMappingURL=building-complex-plus.mjs.map