lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
34 lines (31 loc) • 847 B
JavaScript
/**
* @license lucide-static 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.
*/
const BuildingComplexPlus = `
<svg
class="lucide lucide-building-complex-plus"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10 12h4" />
<path d="M10 21v-3a2 2 0 013.05-1.702" />
<path d="M10 8h4" />
<path d="M16 19h6" />
<path d="M18 7h2a2 2 0 012 2v4.355" />
<path d="M19 16v6" />
<path d="M6 10H4a2 2 0 00-2 2v7a2 2 0 002 2h8.535" />
<path d="M6 21V5a2 2 0 012-2h8a2 2 0 012 2v7.126" />
</svg>
`;
export { BuildingComplexPlus as default };
//# sourceMappingURL=building-complex-plus.mjs.map